Gemini MCP

A Model Context Protocol (MCP) server for integrating Google's Gemini 3 models with Claude Code, enabling powerful collaboration between both AI systems. Now with a beautiful CLI!. Its 3 documented tools cluster into low, medium, high. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-08 · ★ 215 · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Gemini MCP

before you install - you'll need

Set GEMINI_API_KEY, HTTP_PROXY, HTTPS_PROXY, GEMINI_TOOL_PRESET, GEMINI_ENABLED_TOOLS before connecting. GEMINI_OUTPUT_DIR is optional or environment-specific per the README.

Claude Code

claude mcp add rlabs-inc-gemini-mcp -- npx -y @rlabs-inc/gemini-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rlabs-inc-gemini-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rlabs-inc/gemini-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @rlabs-inc/gemini-mcp - published under the repo owner's npm scope (@rlabs-inc)

registry namespace io.github.RLabs-Inc is GitHub-verified and matches the repo owner

03 · What Gemini MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 3 documented tools across low, medium, high, including low, medium, high.

The 3 tools it gives your agent

Extracted from the project's README - what gemini-mcp lets an agent do.

low
- Fast responses, minimal reasoning
medium
- Balanced (Flash only)
high
- Deep reasoning for complex tasks (default)

04 · Who maintains Gemini MCP

gemini-mcp is maintained by rlabs-inc. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
media - actively maintained as of 2026-08-25.
registry
io.github.RLabs-Inc/gemini-mcp (active, first published 2026-01-05)
packages
npm:@rlabs-inc/gemini-mcp

06 · Gemini MCP FAQ

Is Gemini MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-08. We re-verify nightly.

What can Gemini MCP do?

An agent gets 3 documented tools across low, medium, high, including low, medium, high.

How do I install Gemini MCP?

Run `npx -y @rlabs-inc/gemini-mcp`. The README documents 6 environment variables (GEMINI_API_KEY, GEMINI_OUTPUT_DIR, HTTP_PROXY…) to set first. Set GEMINI_API_KEY, HTTP_PROXY, HTTPS_PROXY, GEMINI_TOOL_PRESET, GEMINI_ENABLED_TOOLS before connecting. GEMINI_OUTPUT_DIR is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Gemini MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Gemini MCP

More media MCP servers · Osc Bridge · Flstudio MCP · Runapi MCP · Pixelpanda MCP · Muapi

More TypeScript MCP servers · Groundtruth · Qseow MCP · Rn Devtools Hub · WordPress MCP Server · Roamzy Io MCP Server · see all