mcp-gemini-tool
Verified Safeby gennaio-winger
Overview
This server extends Claude Code's capabilities by providing access to external AI models (Groq, OpenRouter, Gemini, LiteAPI) as tools, enabling Claude to consult various LLMs for specific tasks and cost optimization.
Installation
node index.jsEnvironment Variables
- OPENROUTER_API_KEY
- GROQ_API_KEY
- GEMINI_API_KEY
- LITEAPI_KEY
Security Notes
The project follows good practices for API key management, requiring keys to be set as environment variables and explicitly checking for their presence. Test files contain placeholder API keys, but the main server scripts correctly load them from environment variables. No 'eval' or obvious obfuscation/malicious patterns were found. Network calls are made to reputable AI API endpoints. Provided API keys are managed securely, the server is safe.
Similar Servers
geminimcp
Integrates Google's Gemini CLI with Claude Code as an MCP server for AI-assisted programming, particularly strong in frontend design.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
claude-code-buddy
An intelligent AI Agent orchestration system for Claude Code, focusing on smart task routing, prompt enhancement, project memory, workflow guidance, and planning, presented via a real-time terminal UI dashboard.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.