mixpanel for Gemini CLI
io.usefulapi/mixpanel
Query Mixpanel events, funnels, retention, segmentation and insights (JQL).
client:Gemini CLI
transport:streamable-http
Install mixpanel in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mixpanel": {
"httpUrl": "https://mixpanel.usefulapi.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs