The social media MCP server for your AI
Connect Claude, ChatGPT, Cursor, Notion, Perplexity — or any MCP-compatible agent — to Schedulin. 27 tools to draft, generate, schedule, publish, and analyze posts across TikTok, Instagram, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, Bluesky, and Reddit. In plain English, without opening the dashboard.
One endpoint, any MCP client:
https://mcp.schedulin.app/mcpHosted assistants connect with OAuth — a consent screen, scoped access, revokable any time. Developer tools can use an API key instead. No server of your own to run.
27 tools your agent can use
Draft, schedule, queue, reschedule, publish now, and track the publish job — the full lifecycle of a post.
list_posts, get_post, create_post, update_post, delete_post, publish_post, get_post_job_status, get_next_queue_slotsYour agent can check a platform's rules — caption limits, media constraints, required fields — before it posts, instead of failing after.
list_social_accounts, get_platform_requirements, get_pinterest_boards, get_tiktok_creator_infoBrowse the media library or upload new images and video for a post.
list_media, get_media, create_upload_urlYour agent can produce the content too: faceless short-form video from a script (AI voiceover + karaoke captions) and AI images, then attach the result straight to a post.
generate_faceless_video, generate_image, list_faceless_voices, get_ai_generation, create_media_from_generationPull performance data so your agent can report on what worked — or decide what to post next.
get_post_analytics_summary, get_post_analytics_seriesKeep campaigns organized the same way you would in the app.
list_tags, create_tag, update_tag, delete_tag, update_post_tagsThings you can just ask
- →“Draft a post for my X and LinkedIn channels announcing the v2 launch, and schedule both for the next free queue slot.”
- →“Show me everything scheduled this week and move Thursday's post to Friday morning.”
- →“What are TikTok's video requirements for my account? Then upload launch.mp4 and schedule it for 6pm.”
- →“How did last week's posts perform? Give me the top 3 by engagement.”
- →“Generate a faceless video from this script with capcut captions, then queue it to TikTok and YouTube Shorts.”
Connect your client
Claude Code
claude mcp add schedulin --transport http https://mcp.schedulin.app/mcp \
--header "x-api-key: YOUR_API_KEY"ChatGPT, Claude, Notion, Perplexity
Add a custom connector or app with the server URL https://mcp.schedulin.app/mcp and OAuth as the authentication method, then sign in and approve access. Step-by-step instructions for each client are in the launch guide.
Cursor, n8n & custom agents
Point any MCP client at the same URL with an x-api-key header. Keys live under Settings → API keys in the app.
Frequently asked questions
What is a social media MCP server?
MCP (Model Context Protocol) is the open standard that lets AI assistants call external services directly. A social media MCP server exposes scheduling and publishing as tools an AI can use — so Claude, ChatGPT, or Cursor can draft, schedule, and publish posts to your connected accounts instead of you copy-pasting between apps.
Which AI tools work with the Schedulin MCP server?
Any MCP-compatible client: ChatGPT, Claude and Claude Code, Cursor, Notion, Perplexity, n8n, and custom agents built with any MCP SDK. Hosted assistants connect with OAuth; developer tools can use an API key.
Is it safe to let an AI post to my accounts?
You control the blast radius. OAuth connections show a consent screen and can be revoked any time under Settings → API & Apps. Access is scoped to a single workspace, and you can have the agent create drafts for your review instead of publishing directly.
Which platforms can an agent post to?
Everything Schedulin supports: TikTok, Instagram, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, Bluesky, and Reddit — with platform-specific options like Pinterest boards and TikTok settings exposed as tools.
Does it cost extra?
No. The MCP server is included on paid plans — no add-on fee. Plans start at $5/mo, with a 7-day trial that doesn't require a card.
How is this different from the Schedulin API?
Same capabilities, different consumer. The REST API and SDKs are for code you write; the MCP server is for AI assistants that decide which calls to make from a plain-English request. Both are documented on the developer platform.