Gemini MCP Server (Garblesnarff)
AIMCP server enabling Claude Desktop to interact with Google's Gemini AI featuring 7 tools with Smart Tool Intelligence.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"gemini-mcp-garblesnarff": {
"command": "npx",
"args": [
"-y",
"gemini-mcp-server"
]
}
}
}