Gemini
Rank #3,363io.github.houtini-ai/gemini
Model Context Protocol server for Google Gemini AI with chat, research, and grounding
Gemini is a Model Context Protocol (MCP) server published by houtini-ai. It ranks #3,363 of 115,591 servers tracked on MCP Toplist, and its repository has 31 GitHub stars. Gemini is listed across 4 registries — Official MCP, Smithery, Glama and PulseMCP, with 3 tracked versions. It was first listed on Sep 25, 2025 and most recently updated on Aug 8, 2026.
Ranks ahead of 112,228 of 115,591 servers on MCP Toplist.
Use Gemini
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gemini -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -- npx -y @houtini/gemini-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gemini]
command = "npx"
args = ["-y", "@houtini/gemini-mcp"]
[mcp_servers.gemini.env]
GEMINI_API_KEY = "<your GEMINI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gemini": {
"command": "npx",
"args": [
"-y",
"@houtini/gemini-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gemini": {
"command": "npx",
"args": [
"-y",
"@houtini/gemini-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gemini": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@houtini/gemini-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gemini": {
"command": "npx",
"args": [
"-y",
"@houtini/gemini-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gemini": {
"command": "npx",
"args": [
"-y",
"@houtini/gemini-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}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.houtini-ai%2Fgemini)<a href="https://mcptoplist.com/server/io.github.houtini-ai%2Fgemini"><img src="https://mcptoplist.com/badge/io.github.houtini-ai%2Fgemini.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
houtini-ai
Other servers by houtini-ai
- SEO Audit Console#1,878 · 10 vers
- Houtini-lm#3,220 · 1 ver
- Geo Analyzer#4,610 · 3 vers
- Google Knowledge Graph#6,600 · 3 vers
- Seo Crawler MCP#11,468 · 2 vers
- Fmp#13,733 · 3 vers
- Fanout#16,354 · 2 vers
- Better Google Search Console#17,757
- Voice Analyser MCP Server#20,285
- Amazon Creators MCP#23,258 · 1 ver
- AI Text Detection with DeBertaV3#29,539
- Carousels MCP from Houtini#54,877
Available versions (3)
| Version | Published |
|---|---|
| 2.6.1 | Aug 8, 2026 |
| 1.4.2 | Jan 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Gemini?
- Gemini is maintained by houtini-ai, which publishes 15 MCP servers (28 total versions) tracked on MCP Toplist.
- Is Gemini listed on the Official MCP Registry?
- Yes — Gemini is listed on the Official MCP Registry, alongside Smithery, Glama and PulseMCP.
- How many versions does Gemini have?
- MCP Toplist tracks 3 versions of Gemini, most recently published on Aug 8, 2026.
- Where can I find the source code for Gemini?
- The source code for Gemini is hosted at github.com/houtini-ai/gemini-mcp.