Skip to main content
Cursor connects to Social media studio’s remote Streamable HTTP MCP server using a url plus an X-API-Key header.
You need an API key (format sk_live_...) to connect. Generate one from Settings > API Access, or see Authentication.

Setup

1

Open MCP settings

Go to Settings > MCP in Cursor (or Cursor Settings > Tools & Integrations), or create the config file directly.
2

Add the configuration

Use .cursor/mcp.json in your project root for a project-scoped server, or ~/.cursor/mcp.json to make it available in every project.
.cursor/mcp.json
3

Verify the connection

Cursor automatically connects to the MCP server. Open the MCP panel — so-me-studio should show as connected with a green indicator and its tools listed.
4

Start using it

In Cursor’s AI chat (Agent mode), ask it to manage your social media posts:

Scopes

If you check .cursor/mcp.json into version control, keep your real API key out of it.

Troubleshooting

Confirm the url is exactly https://api.so-me.studio/mcp and the X-API-Key value is an active key beginning with sk_live_. Toggle the server off and on in the MCP panel to force a reconnect.
The Social media studio server runs in stateless Streamable HTTP mode and only accepts POST requests. Use the url field (Streamable HTTP) as shown above — do not configure an SSE endpoint.