https://api.social-api.ai/mcp
Web (claude.ai)
Prerequisites
- A SocialAPI.AI account with at least one connected social account
- Claude Free (1 custom connector), Pro, Max, Team, or Enterprise plan
1. Open Connectors
Click your profile icon, then go to Settings → Connectors.
2. Add a custom connector
Scroll to the bottom and click Add custom connector.

3. Authorize with your account
Claude will initiate an OAuth flow. A browser window will open to the SocialAPI.AI authorization page.
This uses OAuth 2.1 with PKCE. No API key is required — your session is handled automatically.
4. Enable in a conversation
Open a new Claude conversation. Click the + icon at the bottom-left of the input, select Connectors, and ensure SocialAPI.AI is toggled on.
“List my connected social accounts”
“Show me the latest comments on my Instagram posts”
“Reply to comment sapi_cmt_xxx with ‘Thanks for your feedback!’”
Desktop App
Prerequisites
- Claude Desktop installed (download)
- Claude Free (1 custom connector), Pro, Max, Team, or Enterprise plan
Setup via the app UI (recommended)
Remote MCP servers are added through the app’s Settings → Connectors — the same flow as claude.ai. Claude Desktop and claude.ai share the same account settings, so a connector added on either one appears on both.- Open Claude Desktop
- Go to Settings → Connectors
- Click Add custom connector
- Enter
SocialAPI.aias the name andhttps://api.social-api.ai/mcpas the URL - Complete the OAuth authorization in the browser window that opens
Config file locations (for local stdio servers only):
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Claude Code (CLI)
Add via command line
Scopes
By default, the server is added to the local scope (current project only). Use--scope user for all projects or --scope project to share via .mcp.json:
Manage servers
Troubleshooting
Authorization does not open browser — Ensure your system default browser is configured. On headless/remote systems, Claude Code will print the authorization URL for you to open manually.Mobile (iOS / Android)
Remote MCP servers work on Claude mobile. You cannot add new servers from the mobile app — configure them first on claude.ai via Settings → Connectors, and they automatically become available on mobile.- Add SocialAPI.AI as a connector on claude.ai (see Web above)
- Open the Claude mobile app — the connector is already available
- Enable it in a conversation via the + menu → Connectors
Requires Claude Free (1 connector), Pro, Max, Team, or Enterprise plan. Same plan as your web account.