Schedule and publish social media posts to 11+ platforms (X, Instagram, Facebook, TikTok, LinkedIn, YouTube, Threads, Pinterest, Bluesky, Telegram, Google Business Profile, and more) from Claude, ChatGPT, or Cursor. Hosted MCP server with OAuth, no API key, nothing to self-host, or use the claude code integration with examples below!
Server Config
{
"mcpServers": {
"postfast": {
"command": "npx",
"args": [
"-y",
"postfast-mcp"
],
"env": {
"POSTFAST_API_KEY": "<YOUR_API_KEY>"
}
}
}
}