Cursor with no token
Picking Cursor with no bearer token outputs `{"mcpServers":{"skedcast":{"url":"https://api.skedcast.com/mcp"}}}`, ready to save to `~/.cursor/mcp.json`.
This config generator connects your MCP client to SkedCast’s social media MCP server: it picks the right connection shape and fills in the real remote server URL. Cursor and VS Code get a real, correctly keyed JSON snippet — they use different shapes (`mcpServers` vs `servers`, and VS Code needs an explicit `"type": "http"`) — while Claude, ChatGPT, n8n, Zapier and Make get the exact field(s) to paste into their own connection screen, since none of them read a config file.
Cursor shows a native "Connect" button for OAuth once this is saved. If your workspace issued a static API key instead, add it as a bearer header below rather than waiting on OAuth.
{
"mcpServers": {
"skedcast": {
"url": "https://api.skedcast.com/mcp"
}
}
}Picking Cursor with no bearer token outputs `{"mcpServers":{"skedcast":{"url":"https://api.skedcast.com/mcp"}}}`, ready to save to `~/.cursor/mcp.json`.
Picking VS Code outputs the same server URL under `"servers"` instead of `"mcpServers"`, with a required `"type": "http"` field Cursor’s config does not need — save it to the 2 files these clients actually read, `.vscode/mcp.json` for VS Code and `~/.cursor/mcp.json` for Cursor, and copying one shape into the other client’s file fails.
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.