Skip to content

Guides

A social media MCP server for Claude Code

Claude Code (Anthropic's CLI coding agent) adds a remote MCP server with a single terminal command — no config file to hand-edit, no settings UI.

Browse docs

4 min read

The connection#

PropertyValue
EndpointPOST https://api.skedcast.com/mcp
TransportStreamable HTTP
AuthOAuth 2.1 bearer token (client runs the flow for you) or a SkedCast API key as a bearer token
Tools59 tools — 31 that read (posts, clients, accounts, analytics, reports, best-times, library, webhooks) and 28 that act (compose and edit posts, reschedule/cancel/retry, import media, manage webhooks)

Connect the social media MCP server to Claude Code#

bash
claude mcp add --transport http skedcast https://api.skedcast.com/mcp
# then, inside a Claude Code session:
/mcp
Add the server, then authenticate.

The /mcp command runs the OAuth flow and shows connection status — check that skedcast shows connected before asking Claude Code to do anything with it. Once connected, ask Claude Code directly ("list my scheduled posts for next week", "schedule this caption to the two Instagram accounts for Thursday 9am") and it calls the underlying tools for you.

mcpclaude codecliai agent

FAQ

Do I need an API key, or does the OAuth flow handle everything?
The OAuth flow handles everything — Claude Code discovers the authorization server, registers itself, and opens a browser for you to sign in and consent. No manual API key setup is required for this path.
Can I scope which tools Claude Code can use?
The effective permissions are your account's scopes ∩ role, same as any MCP client — you can't grant Claude Code more than your own SkedCast role allows, and your MCP host may let you approve write-tool calls individually.

Ready to broadcast everywhere?

Sign up free — no credit card. You land on the Free plan, and you can start a one-time 7-day Studio trial from your workspace whenever you are ready. Connect your first accounts, import a batch, and watch one post fan out across every platform.