◈
Cursor
Manage SocialChamp from your code editor
Use the SocialChamp MCP server in Cursor to manage social content from your IDE.
Schedule posts, check your queue, and draft content without leaving your editor.
Setup
1
Get Your API Key
You need an API key to integrate SocialChamp with Cursor.
API KeyGet API Key →
Key preview: ••••••••
2
Install Node.js (one-time setup)
This integration requires Node.js 18 or higher. Download Node.js
3
Open Cursor Settings
Open Cursor and go to Settings. Use Cmd+Shift+J (Mac) or Ctrl+Shift+J (Windows/Linux).
4
Navigate to MCP
Open the MCP tab from the settings sidebar.
5
Add SocialChamp MCP Server
Add a new global MCP server using this configuration:
{
"mcpServers": {
"SocialChamp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.socialchamp.com/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}6
Verify Connection
After saving, you should see a connected status for SocialChamp in MCP settings.
Try It Out
Copy any example prompt to get started with Cursor:
List all my connected SocialChamp channels
Draft a SocialChamp post announcing our new feature and schedule it for tomorrow morning
Show me all my draft posts in SocialChamp so I can review what's pending