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
Server not listed / no tools
Server not listed / no tools
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.405 Method Not Allowed
405 Method Not Allowed
The Social media studio server runs in stateless Streamable HTTP mode (
POST only). Use httpUrl
as shown — do not configure an SSE url.