Claude Desktop setup
Connect Social0 MCP to Claude Desktop — prefer Claude.ai remote OAuth when available.
Prefer remote first
On Claude.ai (web), use Settings → Connectors → Add custom connector with:
https://mcp.social0.app/mcpClick Connect and authorize on social0.app. No Node.js or API key in config. See the MCP quickstart.
Local npx (Claude Desktop)
Use this when you need the desktop app with stdio MCP.
- Install Node.js 20+.
- Create an API key in Developer settings.
- Edit the Claude Desktop config:
| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
{
"mcpServers": {
"social0": {
"command": "npx",
"args": ["-y", "@social0/mcp"],
"env": {
"SOCIAL0_API_KEY": "sk_live_your_key_here"
}
}
}
}- Fully quit and reopen Claude Desktop.
- Ask: “Show my connected Social0 accounts.”