io.github.irmasemma/postcopilot-mcp
io.github.irmasemma/postcopilot-mcpThreads tools for AI — generate viral posts, download videos, export profiles
Tools · 6
Generate a viral Threads post using a fine-tuned AI model. Provide a topic or idea and get a ready-to-post caption. Returns the generated text.
Download a video from a Threads post URL. Returns direct video download URLs (no watermark). The URL must be a Threads post containing a video (e.g. https://www.threads.com/@user/post/ABC123).
Export up to 20 recent posts from a Threads user profile. Returns structured post data including text, likes, replies, reposts, and timestamps. Provide a profile URL like https://www.threads.com/@user…
Export up to 60 followers from a Threads user profile. Returns usernames, display names, follower counts, and verification status. Provide a profile URL like https://www.threads.com/@username.
Export up to 60 accounts that a Threads user follows. Returns usernames, display names, follower counts, and verification status. Provide a profile URL like https://www.threads.com/@username.
Read a PostCopilot blog post / guide about Threads. Returns the full text content. Use postcopilot://blog/catalog resource first to see available guides, or provide a topic to search.
Resources · 1
List of all PostCopilot blog posts about Threads growth, tools, and strategies. Use this to find relevant guides for users.
postcopilot://blog/catalog
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.irmasemma/postcopilot-mcp": {
"url": "https://postcopilot.ai/mcp",
"transport": "streamable-http"
}
}
}