PluginBench
MCP Server

io.github.houtini-ai/gemini MCP Server

io.github.houtini-ai/gemini

What is the io.github.houtini-ai/gemini MCP server?

Model Context Protocol server for Google Gemini AI with chat, research, and grounding

How to install io.github.houtini-ai/gemini

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GEMINI_API_KEY
    required
    secret

    Google AI Studio API key (get from https://aistudio.google.com/apikey)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gemini": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/gemini-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gemini": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/gemini-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gemini": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/gemini-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gemini": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@houtini/gemini-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add gemini --env GEMINI_API_KEY=<YOUR_GEMINI_API_KEY> -- npx -y @houtini/gemini-mcp

Related MCP servers

Multi-URL comparative content analysis with topical gap detection

View repository →

Access financial data and market information via Financial Modeling Prep API

View repository →

AI search optimization analysis with actionable findings and gap analysis

View repository →

Search Google's Knowledge Graph for structured information about real-world entities

View repository →

Crawl and analyse websites for SEO errors using Crawlee with SQLite storage

View repository →