Browse docs
The connection#
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:
/mcpThe /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.