ChatGPT setup
Connect Social0 MCP to ChatGPT via remote URL (recommended) or local stdio if needed.
Prefer remote first
In ChatGPT, open Settings → Connectors (wording may vary) and add:
https://mcp.social0.app/mcpClick Connect and authorize on social0.app (OAuth). No Node.js. No API key in config.
See the MCP quickstart.
Local npx (fallback)
Only if your ChatGPT build does not support remote MCP connectors:
{
"mcpServers": {
"social0": {
"command": "npx",
"args": ["-y", "@social0/mcp"],
"env": {
"SOCIAL0_API_KEY": "sk_live_your_key_here"
}
}
}
}Requires Node.js 20+ and an API key from Developer settings.