Gemini MCP Server for Claude Code
Related Servers
Alternatives to Gemini MCP Server for Claude Code
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceEnables Claude to use Google Gemini as a secondary AI through MCP for large-scale codebase analysis and complex reasoning tasks. Supports both Gemini Flash and Pro models with specialized functions for general queries and comprehensive code analysis.4MIT
- AlicenseNot gradedqualityDmaintenanceConnects Claude Code with Google's Gemini AI, allowing users to ask Gemini questions, get code reviews, and brainstorm ideas directly within Claude Code.249MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude Desktop to interact with Google's Gemini API, allowing users to query Gemini models directly or facilitate conversations between Claude and Gemini with conversation history management.50 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude Code to consult Gemini for complex coding problems with session management, file attachments, and conversation persistence.105MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that enables Claude Code to interact with Google's Gemini API for code analysis, chat, and summarization tasks.50 npmMIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables Claude to collaborate with Google's Gemini AI models, providing tools for question answering, code review, brainstorming, test generation, and explanations.MIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose with no overlap. count_gemini_tokens handles token counting, list_gemini_models provides model information, and query_gemini performs AI queries. The descriptions reinforce these distinct roles, making misselection unlikely.
All tools follow a consistent verb_noun pattern with snake_case naming. The verbs (count, list, query) are appropriately chosen for their actions, and the noun (gemini) is consistently included, creating a predictable and readable naming convention throughout.
Three tools is reasonable for a Gemini-focused server, covering token counting, model listing, and querying. While slightly minimal, each tool earns its place and provides distinct functionality. A potential fourth tool for model configuration or advanced settings might be missing, but the core operations are well-represented.
The toolset covers the essential Gemini operations: token management, model discovery, and query execution. Minor gaps include lack of direct model configuration tools or advanced query parameters, but agents can work around these. The surface supports basic to intermediate Gemini interactions effectively.