HomeSearch & Research › gemini-mcp

gemini-mcp

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

TypeScript
★ 32 stars Last pushed 2026-09-22 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.8.0)

npx -y @houtini/gemini-mcp@2.8.0

Or add to your MCP client config:

{
  "mcpServers": {
    "gemini-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/gemini-mcp@2.8.0"
      ],
      "env": {
        "GEMINI_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • GEMINI_API_KEY required secret — Google AI Studio API key (get from https://aistudio.google.com/apikey)

Related servers

Data from the Official MCP Registry