google events for Gemini CLI
io.github.johnisanerd/google-events
Google Events listings with dates, venues, and ticket links via a hosted MCP server.
client:Gemini CLI
transport:streamable-http
Install google events in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"google-events": {
"httpUrl": "https://mcp.apify.com/?tools=johnvc/google-events-api---access-google-events-data"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs