Gemini MCP
Rank #5,299io.github.RLabs-Inc/gemini-mcp
MCP server providing gemini-mcp capabilities
Gemini MCP is a Model Context Protocol (MCP) server published by rlabs-inc. It ranks #5,299 of 115,591 servers tracked on MCP Toplist, and its repository has 217 GitHub stars. Gemini MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Apr 24, 2025 and most recently updated on Jan 5, 2026.
Ranks ahead of 110,292 of 115,591 servers on MCP Toplist.
Use Gemini MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gemini-mcp -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -e "GEMINI_OUTPUT_DIR=<your GEMINI_OUTPUT_DIR>" -- npx -y @rlabs-inc/gemini-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gemini-mcp]
command = "npx"
args = ["-y", "@rlabs-inc/gemini-mcp"]
[mcp_servers.gemini-mcp.env]
GEMINI_API_KEY = "<your GEMINI_API_KEY>"
GEMINI_OUTPUT_DIR = "<your GEMINI_OUTPUT_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gemini-mcp": {
"command": "npx",
"args": [
"-y",
"@rlabs-inc/gemini-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"GEMINI_OUTPUT_DIR": "<your GEMINI_OUTPUT_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gemini-mcp": {
"command": "npx",
"args": [
"-y",
"@rlabs-inc/gemini-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"GEMINI_OUTPUT_DIR": "<your GEMINI_OUTPUT_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gemini-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rlabs-inc/gemini-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"GEMINI_OUTPUT_DIR": "<your GEMINI_OUTPUT_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gemini-mcp": {
"command": "npx",
"args": [
"-y",
"@rlabs-inc/gemini-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"GEMINI_OUTPUT_DIR": "<your GEMINI_OUTPUT_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gemini-mcp": {
"command": "npx",
"args": [
"-y",
"@rlabs-inc/gemini-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"GEMINI_OUTPUT_DIR": "<your GEMINI_OUTPUT_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.RLabs-Inc%2Fgemini-mcp)<a href="https://mcptoplist.com/server/io.github.RLabs-Inc%2Fgemini-mcp"><img src="https://mcptoplist.com/badge/io.github.RLabs-Inc%2Fgemini-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
rlabs-inc
Other servers by rlabs-inc
View all rlabs-inc servers →Available versions (2)
| Version | Published |
|---|---|
| 0.7.1 | Jan 5, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Gemini MCP?
- Gemini MCP is maintained by rlabs-inc, which publishes 4 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Gemini MCP listed on the Official MCP Registry?
- Yes — Gemini MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Gemini MCP have?
- MCP Toplist tracks 2 versions of Gemini MCP, most recently published on Jan 5, 2026.
- Where can I find the source code for Gemini MCP?
- The source code for Gemini MCP is hosted at github.com/rlabs-inc/gemini-mcp.