Loading MCP server directory, please wait...
Model Context Protocol server for Google Gemini AI with chat, research, and grounding
npx @getmcp/cli add io.github.houtini-ai/geminiRequires Node.js 18+. Community-contributed server. Review source before installing.
GEMINI_API_KEYGoogle AI Studio API key (get from https://aistudio.google.com/apikey)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.houtini-ai/gemini": {
"command": "npx",
"args": [
"-y",
"@houtini/gemini-mcp"
],
"env": {
"GEMINI_API_KEY": ""
}
}
}
}