# Social Media MCP Server | PostEverywhere **Source:** https://posteverywhere.ai/mcp --- Model Context Protocol # The social media MCP server **PostEverywhere runs a hosted social media MCP server at `https://mcp.posteverywhere.ai`, exposing 33 tools across all 11 platforms.** Connect ChatGPT, Claude Code, Claude Desktop, Cursor, Codex or any MCP client with one URL, and your assistant can draft, schedule and publish posts, run campaigns, upload media, generate captions and images, check account health and read analytics, in plain language. Included on every plan, from [$29/mo](https://posteverywhere.ai/pricing). MCP server `https://mcp.posteverywhere.ai`CopyIn your browserIn your terminalRun locallyThe easiest way. No terminal, no API key to copy. Shown here in Claude Desktop. - 1Open Connectors and click AddIn Claude, go to Settings then Connectors and click the + to add a custom connector. - 2Paste the server URLName it PostEverywhere and paste https://mcp.posteverywhere.ai. No client ID or secret needed. - 3Click ConnectPostEverywhere shows up in your connector list. Hit Connect to start the sign-in. - 4Approve accessReview what the agent can do, then Approve. This creates a revocable key for you, nothing to copy or paste. - 5All 33 tools, readyClaude can now schedule, retry, generate captions, read analytics, and manage webhooks across 11 platforms. - 6Ask your agent to postTry "connect to PostEverywhere" or "schedule this to LinkedIn for 9am." It is live. ## Built as the full surface, not a demo ### 33 tools, not five. Posts, campaigns, webhooks, bulk operations, media, account health, analytics and AI generation. Your agent can reason about the whole workflow, not just create_post. ### Webhooks instead of polling. 12 HMAC-signed event types. The agent reacts when a post fails or an account disconnects instead of burning tokens checking every minute. ### Bulk to 50 posts per call. A month of content ships in about three calls. Bulk retry recovers a whole batch from a flaky platform in one. ### Pre-flight account health. get_account_health returns can_post and token expiry, so a stale connection never silently kills a publishing run. ## Every tool on the server The complete tool list, grouped by what it touches. This is the same surface as the [REST API](https://posteverywhere.ai/social-media-api), exposed as MCP tools. ### Posts and scheduling - create_post - schedule_post - bulk_create_posts - get_post - list_posts - list_posts_advanced - update_post - delete_post - get_post_results - retry_failed_post - retry_failed_posts ### Campaigns - create_campaign - get_campaign - list_campaigns - update_campaign - delete_campaign ### Media - upload_media_from_url - get_media - list_media - delete_media ### AI generation - generate_caption - generate_image ### Accounts and identity - list_accounts - get_account - get_account_health - get_me - get_analytics_summary ### Webhooks - create_webhook - get_webhook - list_webhooks - update_webhook - delete_webhook - test_webhook ## Which social media tools have an MCP server? As of August 2026: PostEverywhere, Metricool and Buffer run official MCP servers, with PostEverywhere's the deepest publishing surface at 33 tools across 11 platforms. Hootsuite, Sprout Social, Publer, SocialPilot, Later and SocialBee have announced none. For tools without one, Zapier MCP can bridge basic actions at workflow-tool latency. The full tool-by-tool breakdown, with what each server exposes, is in our [MCP servers comparison](https://posteverywhere.ai/blog/social-media-mcp-servers). ## MCP server by platform One server publishes to all 11. Each page below covers what an assistant can do on that platform, the formats it accepts and the rules that catch people out, from Instagram's four post types to LinkedIn's link preview cards. [LinkedInLinkedIn API](https://posteverywhere.ai/mcp/linkedin)[DiscordDiscord webhooks](https://posteverywhere.ai/mcp/discord)[YouTubeYouTube Data API v3](https://posteverywhere.ai/mcp/youtube)[InstagramInstagram Graph API](https://posteverywhere.ai/mcp/instagram)[FacebookMeta Graph API](https://posteverywhere.ai/mcp/facebook)[X (Twitter)X API v2](https://posteverywhere.ai/mcp/x)[TelegramTelegram Bot API](https://posteverywhere.ai/mcp/telegram)[TikTokTikTok Content Posting API](https://posteverywhere.ai/mcp/tiktok)[ThreadsThreads API](https://posteverywhere.ai/mcp/threads)[PinterestPinterest API](https://posteverywhere.ai/mcp/pinterest)[BlueskyAT Protocol](https://posteverywhere.ai/mcp/bluesky)[### Build a full agent MCP plus REST, SDK, webhooks and agent recipes. Open](https://posteverywhere.ai/agents)[### API documentation Endpoints, auth, rate limits and the npm package. Open](https://posteverywhere.ai/developers)[### Claude Code walkthrough Step-by-step setup in Claude Code. Open](https://posteverywhere.ai/blog/how-to-use-posteverywhere-with-claude-code-mcp) ## Connect your assistant in under a minute One URL, your API key, all 11 platforms. Included on every plan. [Start free trial](https://app.posteverywhere.ai/signup)[View pricing](https://posteverywhere.ai/pricing) ## Social media MCP server FAQs ### What is a social media MCP server? An MCP (Model Context Protocol) server exposes a product's capabilities as tools an AI assistant can call directly. A social media MCP server lets an assistant like Claude or ChatGPT schedule posts, manage campaigns, upload media and read analytics on your behalf, in plain language, without you touching a dashboard. PostEverywhere's server exposes 33 tools across all 11 supported platforms. ### Which social media tools have MCP servers in 2026? Three, as of August 2026. PostEverywhere runs a hosted MCP server with 33 tools across 11 platforms, Metricool offers an official MCP, and Buffer shipped its own MCP server in August 2026. Hootsuite, Sprout Social, Publer, SocialPilot, Later and SocialBee have announced none. For tools without one, Zapier MCP can bridge basic actions. Our full comparison covers every major tool. ### Is the MCP server included in every PostEverywhere plan? Yes. The hosted MCP server, the REST API and the @posteverywhere/mcp package are included on every plan, from Lite ($9/mo) to Scale ($39/mo). API rate limits are 60 requests per minute and 1,000 per hour per key. Every plan starts with a 7-day free trial; a card is required and there is no free plan. ### Should I use the hosted server or run the npm package locally? Hosted for almost everyone: point your client at https://mcp.posteverywhere.ai with your API key and there is nothing to install or update. Run @posteverywhere/mcp locally when your environment cannot reach external MCP endpoints or you want to pin a version. Both expose the same 33 tools. ### What can an assistant actually do through the MCP server? Everything the dashboard can do to a publishing workflow: draft and schedule posts to any of the 11 platforms, bulk-create up to 50 posts in one call, organise work into campaigns, upload media from URLs, generate captions and images, check an account's health before posting, read analytics summaries, and manage the 12 webhook event subscriptions. ### Does it work with ChatGPT as well as Claude? Yes. ChatGPT connects through Developer Mode custom connectors on paid plans, Claude Code adds it with one command, and Claude Desktop, Cursor, Cline, Windsurf and Zed use the standard MCP config block. Codex CLI uses TOML. Any client that speaks MCP works.