Skip to content

Guides

Use a social media MCP server in Cursor

Cursor reads MCP servers from a JSON config file — ~/.cursor/mcp.json for every project, or a project-local .cursor/mcp.json. Add SkedCast's endpoint there and its tools become available to Cursor's agent.

Browse docs

5 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)

Add a social media MCP server for Cursor#

Open Cursor Settings → Tools & MCP → New MCP Server (this opens mcp.json directly), or create the file yourself at ~/.cursor/mcp.json (global, every project) or .cursor/mcp.json in a project root (project-scoped).

json
{
  "mcpServers": {
    "skedcast": {
      "url": "https://api.skedcast.com/mcp"
    }
  }
}
mcp.json — Cursor supports Streamable HTTP servers directly.

Cursor prompts you through the OAuth sign-in on first use, the same discovery flow every MCP client follows. Restart Cursor (or reload the MCP panel) after editing the file if the server doesn't appear immediately.

mcpcursorideai agent

FAQ

Global or project-scoped config — which should I use?
~/.cursor/mcp.json if you want SkedCast available in every project; a project-local .cursor/mcp.json if only one codebase (say, a marketing site repo) should have it, and if you want the config committed and shared with teammates.
Does Cursor support the Streamable HTTP transport SkedCast uses?
Yes — Cursor supports both local stdio servers and Streamable HTTP remote servers; SkedCast's MCP server is Streamable HTTP, so a plain `url` entry (no `command`/`args`) is all it needs.

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.