mcpbeat Sign in

Gemini MCP Server

by rlabs-inc Your server? Claim it
local only

Gemini MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 341 installs a week from npm. Last commit 8 Jul 2026.

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

Installs per day peak 155 · avg 64 · +43% w/w
a month agotoday
341
Installs / week
npm · @rlabs-inc/gemini-mcp
219
Stars
5 open issues
8 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 2 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      filePath = path.join(outputDir, filename)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gemini-mcp -- npx -y @rlabs-inc/gemini-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gemini-mcp": {
      "args": [
        "-y",
        "@rlabs-inc/gemini-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gemini-mcp]
command = "npx"
args = ["-y", "@rlabs-inc/gemini-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gemini-mcp": {
      "args": [
        "-y",
        "@rlabs-inc/gemini-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gemini-mcp": {
      "args": [
        "-y",
        "@rlabs-inc/gemini-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GEMINI_API_KEY (Your Google Gemini API key (get one at https://aistudio.google.com/apikey)), GEMINI_OUTPUT_DIR (Directory for generated files (images, videos, audio)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gemini MCP

same job, measured the same way
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
Parseflow
by libres-coder

PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

64 installs/wk local only
Grok Build
by nuruvala

Run the Grok Build CLI as MCP tools: agent runs with live progress, code review, web research.

126 installs/wk local only
MCP Server Google Antigravity
by turkeryakup

MCP server exposing Google Antigravity (agy CLI / Gemini): jobs, codebase analysis, file tools.

62 installs/wk local only
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

1 080 installs/wk local only
Grok Video
by codechap

MCP server for Grok video — text-to-video, image-to-video, and video editing

local only
Nexus MCP
by j7an

Invoke CLI agents (Codex, Claude, OpenCode) as MCP tools with parallel execution

429 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only

Gemini MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gemini MCP?
Gemini MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @rlabs-inc/gemini-mcp was installed 341 times last week.
How do I connect Gemini MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @rlabs-inc/gemini-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gemini MCP?
The npm package @rlabs-inc/gemini-mcp was installed 341 times in the last week. Week over week that is +43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gemini MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 219 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.