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!
Tools
list_posts
create_posts
delete_post
get_post_analytics
list_accounts
list_pinterest_boards
list_youtube_playlists
list_gbp_locations
get_follower_history
search_places
generate_connect_link
get_upload_urls
upload_media
Server Config
{
"mcpServers": {
"postfast": {
"command": "npx",
"args": [
"-y",
"postfast-mcp"
],
"env": {
"POSTFAST_API_KEY": "<YOUR_API_KEY>"
}
}
}
}