Postcopilot MCP
Official6 toolsby irmasemma
Threads tools for AI — generate viral posts, download videos, export profiles
Generate viral posts, download videos, and export profiles from Threads.
Captured live from the server via tools/list.
postcopilot_generate_post
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.
Parameters (2)
- messagestringrequired
The topic, idea, or prompt for the Threads post
- modelstring
AI model to use: 'gpt' (fine-tuned GPT, default) or 'llama' (Together AI Llama)
postcopilot_download_video
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).
Parameters (1)
- urlstringrequired
The Threads post URL containing the video
postcopilot_export_profile
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/@username.
Parameters (1)
- urlstringrequired
The Threads profile URL (e.g. https://www.threads.com/@username)
postcopilot_export_followers
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.
Parameters (1)
- urlstringrequired
The Threads profile URL (e.g. https://www.threads.com/@username)
postcopilot_export_following
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.
Parameters (1)
- urlstringrequired
The Threads profile URL (e.g. https://www.threads.com/@username)
postcopilot_read_guide
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.
Parameters (1)
- topicstringrequired
Topic to search for (e.g. "viral", "video download", "export followers", "analytics") or a blog slug
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://postcopilot.ai/mcpclaude_desktop_config.json
{
"mcpServers": {
"postcopilot-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://postcopilot.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.