Browse docs
The connection#
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).
{
"mcpServers": {
"skedcast": {
"url": "https://api.skedcast.com/mcp"
}
}
}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.
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.