Skip to content
Claude Desktop

google events for Claude Desktop

io.github.johnisanerd/google-events

Google Events listings with dates, venues, and ticket links via a hosted MCP server.

client:Claude Desktop transport:streamable-http

Install google events in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "google-events": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?tools=johnvc/google-events-api---access-google-events-data"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

google events in other clients