MCP Directory
Back

gemini-mcp

by RLabs-Inc · TypeScript · ★ 212

MCP Server that enables Claude code to interact with Gemini

#claude-code#gemini#mcp#mcp-server

Install

npx -y github:RLabs-Inc/gemini-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "gemini-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:RLabs-Inc/gemini-mcp"
      ]
    }
  }
}

From the README

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! [](https://www.npmjs.com/package/@rlabs-inc/gemini-mcp) [](https://registry.modelcontextprotocol.io) **MCP Registry Support:** Now discoverable in the official MCP ecosystem! | Feature | Description | |-------------------------------|-----------------------------------------------------------------| | **Deep Research Agent** | Autonomo…
Read full README on GitHub →

Related ai & ml servers