Skip to main content
Google’s Gemini CLI connects to Social media studio’s remote Streamable HTTP MCP server using an httpUrl and 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

Run the CLI command

2

Verify the connection

Run /mcp in a Gemini session to see so-me-studio listed with its tools.

Alternative: settings.json

Edit the settings file directly:
settings.json
Gemini CLI uses httpUrl (not url) for Streamable HTTP transport.

Troubleshooting

Confirm you used the httpUrl field and that the X-API-Key value is an active key beginning with sk_live_. Restart the Gemini CLI session after editing settings.json.
The Social media studio server runs in stateless Streamable HTTP mode (POST only). Use httpUrl as shown — do not configure an SSE url.