AI & ML
Trust: 37/100 (Limited)io.github.houtini-ai/gemini Guide
Model Context Protocol server for Google Gemini AI with chat, research, and grounding
6 starsby houtini-ai
Quick Start
Install
npx @houtini/gemini-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-houtini-ai-gemini": {
"command": "npx",
"args": [
"@houtini/gemini-mcp"
]
}
}
}