Schedule and publish social media posts to 11+ platforms (X, Instagram, Facebook, TikTok, LinkedIn, YouTube, Threads, Pinterest, Bluesky, Telegram, Google Business Profile) from Claude, ChatGPT, or Cursor. Connect via the hosted OAuth URL (no key, nothing to self-host) or run it locally with npx and your PostFast API key.
Server Config
{
"mcpServers": {
"postfast": {
"command": "npx",
"args": [
"-y",
"postfast-mcp"
],
"env": {
"POSTFAST_API_KEY": "<YOUR_API_KEY>"
}
}
}
}