✶
Claude
Manage your content from Claude
Claude lets you manage your SocialChamp content using natural language.
You can create posts, schedule content, and manage your social media presence directly from Claude using the SocialChamp MCP server.
- Claude Desktop
- Claude Code
1
Get Your API Key
You need an API key to integrate SocialChamp with Claude.
API KeyGet API Key →
Current key preview: ••••••••
2
Install Node.js (one-time setup)
This integration requires Node.js 18 or higher. Download Node.js
Note: if multiple Node versions are installed, verify Claude Desktop is using version 18+.
3
Open Claude Settings
Open Claude Desktop and go to Settings.
4
Navigate to Developer Tab
Open the Developer tab and click Edit config.
5
Add SocialChamp MCP Config
{
"mcpServers": {
"SocialChamp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.socialchamp.com/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}Add MCP Server in Claude Code
claude mcp add socialchamp -- npx -y mcp-remote https://mcp.socialchamp.com/mcp --header "Authorization: Bearer YOUR_API_KEY"
Restart Claude Code and run a simple SocialChamp tool request to verify connection.
Try It Out
Copy any example prompt to get started with Claude:
List all my scheduled SocialChamp posts for this week
Create a draft post for LinkedIn: We just shipped our analytics dashboard
Show channels with no scheduled posts tomorrow