Back to directory
leighmcculloch/mcp-gemini

leighmcculloch/mcp-gemini

@leighmcculloch

A Claude MCP that chats to Google's Gemini

geminiclaudemcpchataigooglellmtypescripttool

Installation & Configuration

{
  "mcpServers": {
    "mcp-gemini": {
      "command": "npx",
      "args": [
        "deno",
        "run",
        "--allow-read",
        "--allow-env",
        "--allow-net=generativelanguage.googleapis.com:443",
        "https://github.com/leighmcculloch/mcp-gemini/raw/refs/heads/main/mcp-gemini.ts"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17