Skip to content
Claude Desktop

gemini mcp for Claude Desktop

io.github.rlabs-inc/gemini-mcp

Gemini 3 MCP server with 30+ tools: images, video, research, TTS, code exec & CLI

client:Claude Desktop transport:stdio runtime:npm

Install gemini mcp in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gemini-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rlabs-inc/gemini-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "GEMINI_OUTPUT_DIR": "<GEMINI_OUTPUT_DIR>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

gemini mcp in other clients