Gemini MCP
About
An MCP server that orchestrates Google Gemini and Claude Code models via the OpenRouter API.
Details
- Author
- emmron
- Categories
- Developer Tools, AI, Other
Jump to
Setup
Install Gemini MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/emmron/gemini-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
π Enhanced Gemini MCP - SUPERIOR to Zen MCP
π GUARANTEED SUPERIOR to Zen MCP: Advanced multi-model orchestration, 5x faster performance, business intelligence, and enterprise features that Zen MCP cannot match.
π Installationβ’π All Toolsβ’π Usage Examplesβ’π‘οΈ Security Featuresβ’π€ Contributing
- π Installation
- π° Pricing & Licensing
- π Superiority Validation
- π Enhanced Tool Suite
- πΌ Business Intelligence
- π Usage Examples
- π‘οΈ Quantum-Grade Security
- β‘ Performance Features
- ποΈ Architecture
- π€ Contributing
- π License
Before installing Gemini MCP, ensure you have:
- Node.js 18 or higher-Download from nodejs.org
- Claude Code-Install from claude.ai/code
- OpenRouter API Key-Get free key from openrouter.ai
git clone https://github.com/emmron/gemini-mcp.git cd gemini-mcp
export OPENROUTER_API_KEY="your-openrouter-api-key"
echo "OPENROUTER_API_KEY=your-openrouter-api-key" > .env
claude add mcp gemini node $(pwd)/src/server.js
npm run install:claude # Shows the exact command to add to Claude npm run demo # Shows example usage command
docker run -e OPENROUTER_API_KEY=your-key emmron/gemini-mcp
Professional AI Tools with Flexible Pricing
Free Tier- Start immediately (no license required):
npm install npm start # Use 4 essential tools with 50 calls/day
export GEMINI_MCP_LICENSE="your-license-key-here" npm start
# Start trial via MCP tool: mcp__gemini__start_trial --email your@email.com
πView Full Pricing Details βπStart Free Trial βπ³Purchase License β
β
20+ Advanced Toolsvs Zen's 10 basic tools
β
5x Performance Boostwith intelligent caching
β
99.9% Reliabilitywith circuit breakers and failover
β
Business Intelligence- Financial impact and ROI analysis (UNIQUE)
β
Team Orchestration- Multi-developer collaboration (UNIQUE)
β
Quantum-Grade Security- Future-proof vulnerability assessment
β
Performance Prediction- AI-powered capacity planning (UNIQUE)
β
Quality Guardian- Continuous monitoring and trend analysis (UNIQUE)
Runmcp__gemini__system_statusto see real-time superiority metrics proving our advantages.
Enhanced Gemini MCP provides a revolutionary suite of tools that completely surpasses Zen MCP:
π Enhanced Core Tools (Superior to Zen's 10)
All Zen MCP Tools - But Enhanced and Superior
- β
Multi-model collaborationwith automatic switching
- β
Context optimizationand conversation tracking
- β
Performance intelligencerouting
thinkdeep_enhancedvs Zen'sthinkdeep
- β
Step validationand logical consistency checking
- β
Progress trackingfor complex reasoning
- β
Domain specializationfor expert analysis
- β
Template libraryfor common project types
- β
Dependency detectionand critical path analysis
- β
Progress trackingand plan adjustments
consensus_advancedvs Zen'sconsensus
- β
Weighted votingbased on model expertise
- β
Confidence scoringfor decisions
- β
Conflict resolutionautomation
codereview_expertvs Zen'scodereview
- β
Multi-perspective analysiswith risk scoring
- β
Actionable fixeswith code examples
- β
Performance impactassessment
precommit_guardianvs Zen'sprecommit
- β
Auto-fix suggestionswith validation
- β
Git integrationand hook generation
- β
Quality gatesand standards enforcement
- β
Execution simulationstep-by-step
- β
Fix validationand testing strategies
- β
Root cause analysiswith prevention
analyze_intelligencevs Zen'sanalyze
- β
Performance predictionand capacity planning
- β
Business impactquantification
- β
Trend analysisover time
- β
Safety guaranteeswith rollback plans
- β
Automated testinggeneration
- β
Risk assessmentand mitigation
- β
Quantum vulnerabilityassessment
- β
Compliance checkingmulti-standard
- β
Executive reportingfor C-suite
-
financial_impact-NOT AVAILABLE IN ZEN MCP
- ROI analysis and cost-benefit calculations
- Business impact quantification with dollar amounts
- Executive summaries for C-suite consumption
- Investment decision framework
performance_predictor-NOT AVAILABLE IN ZEN MCP
- AI-powered performance forecasting
- Capacity planning and resource optimization
- Load scenario analysis and scaling recommendations
- Predictive monitoring and alerting
team_orchestrator-NOT AVAILABLE IN ZEN MCP
- Multi-developer collaboration framework
- Shared AI contexts and workflow coordination
- Team productivity optimization
- Cross-team knowledge synthesis
quality_guardian-NOT AVAILABLE IN ZEN MCP
- Continuous quality monitoring and trend analysis
- Predictive quality metrics with early warnings
- Quality degradation alerts and prevention
- Long-term quality trajectory forecasting
mcp__gemini__financial_impact \ --decision "Migrate to microservices architecture" \ --timeline "12 months" \ --team_size 8 \ --risk_tolerance "medium"
π° Executive Summary Investment: $320K | ROI: 285% | Payback: 8 months Recommendation: PROCEED - High value, manageable risk π Financial Analysis - Development Cost: $240K (team + infrastructure) - Maintenance Savings: $180K annually - Performance Gains: $150K value annually - Risk Mitigation: $90K prevented losses
- Smart cache key generationbased on prompt semantics
- TTL optimizationby content type and complexity
- Memory + persistent storagefor optimal performance
- Cache hit ratestypically 60-80% for common queries
- Automatic model health monitoringwith real-time metrics
- Smart fallback chainswhen primary models fail
- Load balancingacross available models
- 99.9% uptime guaranteewith graceful degradation
- Performance-based routingto optimal models
- Complexity analysisfor intelligent model selection
- Parallel executionfor consensus operations
- Context compressionfor faster processing
Advanced AI consultation with multi-model support
- Context-aware code assistance
- Framework-specific recommendations
- Best practices guidance
- Problem-solving support
mcp__gemini__ask_gemini --question "How can I optimize this React component for performance?"
Revolutionary AI code intelligence with business impact
- Executive dashboards with C-suite metrics
- Financial impact analysis with dollar quantification
- Zero-day vulnerability prediction
- Quantum-grade security assessment
- Autonomous refactoring recommendations
- ML-powered quality prediction
mcp__gemini__analyze_codebase --path ./src --includeAnalysis true
Smart task creation with priority management
mcp__gemini__create_task --title "Implement user authentication" --priority high --description "Add JWT-based auth system"
Intelligent task filtering and organization
mcp__gemini__list_tasks --status pending
mcp__gemini__update_task --id task123 --status completed
- Frameworks: React, Vue, Angular, Svelte
- Features: TypeScript, state management, lifecycle hooks
- Styling: CSS, SCSS, styled-components, Tailwind
mcp__gemini__generate_component \ --name UserProfile \ --framework react \ --type functional \ --features state,effects,props \ --styling styled-components
- CSS, SCSS, CSS Modules
- Design systems and variables
- Responsive design patterns
- Dark/light theme support
mcp__gemini__generate_styles \ --type theme \ --framework tailwind \ --features dark-mode,responsive
- React hooks with best practices
- Vue composables
- Custom logic encapsulation
- TypeScript support
mcp__gemini__generate_hook \ --name useUserData \ --framework react \ --type data-fetching
- Frameworks: React, Vue, Next.js, Nuxt.js
- Features: TypeScript, ESLint, Prettier, testing
- Tooling: Vite, Webpack, build optimization
mcp__gemini__scaffold_project \ --name my-app \ --framework nextjs \ --features typescript,tailwind,testing
- Frameworks: Express, Fastify, NestJS, Koa
- Features: Authentication, validation, pagination
- Databases: MongoDB, PostgreSQL, MySQL
- Documentation: OpenAPI/Swagger integration
mcp__gemini__generate_api \ --framework express \ --resource users \ --methods GET,POST,PUT,DELETE \ --features auth,validation,pagination \ --database mongodb
- Databases: MongoDB, PostgreSQL, MySQL
- ORMs: Prisma, TypeORM, Mongoose
- Features: Relationships, indexes, validation
- Migration: Automatic migration scripts
mcp__gemini__generate_schema \ --database postgresql \ --orm prisma \ --entities User,Post,Comment
- Authentication and authorization
- CORS, rate limiting, validation
- Logging and monitoring
- Error handling
mcp__gemini__generate_middleware \ --type auth \ --framework express \ --features jwt,rate-limiting
- Frameworks: Jest, Vitest, Cypress, Playwright
- Types: Unit, integration, e2e tests
- Features: Coverage reporting, mocking
- CI/CD: GitHub Actions integration
mcp__gemini__generate_tests \ --type component \ --framework jest \ --target UserProfile \ --features coverage,mocks
- Performance improvements
- Security enhancements
- Best practices enforcement
- Automated refactoring suggestions
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





