Skip to main content
Social media studio’s MCP server is a remote Streamable HTTP server. Claude Desktop can reach it either through the built-in Connectors UI (OAuth or API key) or by bridging through mcp-remote in claude_desktop_config.json.
For the Claude Connectors Directory listing, use the directory endpoint https://api.so-me.studio/mcp/directory (excludes AI image/video tools) and prefer OAuth. Custom connectors may still use https://api.so-me.studio/mcp with an X-API-Key (sk_live_... from Settings > API Access).
1

Open Connectors

In Claude Desktop go to Settings > Connectors > Add custom connector.
2

Enter the server details

3

Authenticate

Prefer OAuth when prompted (signs in with your Social media studio account). Alternatively, add an HTTP header X-API-Key with your key (sk_live_...), then save.
4

Verify

Open a new conversation. Social media studio tools now appear in the tools menu — ask Claude to list your posts or create a new one.

Option 2: mcp-remote bridge

If your build of Claude Desktop edits servers through the config file, bridge the remote HTTP server with mcp-remote. The classic claude_desktop_config.json only launches local (stdio) commands, so the URL and header are passed to the bridge.
1

Open the config file

Go to Settings > Developer > Edit Config in Claude Desktop, or open the file directly:
2

Add the MCP server

claude_desktop_config.json
Do not put a space after the colon in the --header value. mcp-remote splits the header on the first : and a leading space in the value will be sent literally.
3

Restart Claude Desktop

Save the file and fully quit and reopen Claude Desktop for the changes to take effect.
4

Verify

Claude will now have access to Social media studio tools in your conversations. Ask it to list your posts or create a new one.

Troubleshooting

The header name must be exactly X-API-Key and the value must be an active key beginning with sk_live_. With the mcp-remote bridge, double-check there is no stray space after the colon.
The Social media studio server runs in stateless Streamable HTTP mode and only accepts POST requests. mcp-remote and the Connectors UI both speak Streamable HTTP, so no SSE configuration is required.