Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
AI-powered social media publishing across seven networks
PostMcpAi is an open-source social media MCP (Model Context Protocol) server that enables AI agents like Claude, ChatGPT, and Cursor to write, schedule, and publish content across seven social networks: X (Twitter), LinkedIn, Instagram, Facebook, Threads, Bluesky, and YouTube Shorts. It provides 16 typed publishing tools that AI assistants can call, allowing users to manage their social media through plain English instructions.
Do I need any technical skills? No. You tell your agent what you want in plain English and it handles writing, scheduling, and publishing. You can review every draft before it goes out.
Which networks can I post to? X (Twitter), LinkedIn, Instagram, Facebook, Threads, Bluesky, and YouTube Shorts.
What exactly is a credit? One credit equals one published post. The free plan includes 20 credits per month.
Can I cancel anytime? Yes, there are no contracts or lock-in. Cancel from your billing tab anytime.
Are my social accounts safe? Channels are authorized through official OAuth 2.0 sign-in. Access tokens are encrypted at rest, and you can revoke any channel instantly.
Can I connect my own AI or build on the API? Yes. You can connect ChatGPT, Claude, Cursor, or any MCP-capable client, and a REST API is available for custom integrations.
What is a social media MCP server? It is a Model Context Protocol server that exposes social publishing as typed tools an AI assistant can call. PostMCP ships 16 such tools across seven networks.
How do I connect Claude, ChatGPT, or Cursor? For Claude Desktop, Cursor, and VS Code, add a JSON block pointing to "npx -y @postmcpai/server" with an API key. For Claude.ai and ChatGPT, use a hosted copy over HTTPS or Custom GPT Actions.
Do I have to host or install anything? Not for the app or local AI clients. npx fetches and runs the MCP server on demand. Hosting is only needed for browser-based clients like Claude.ai and ChatGPT.