Integrates with Google's Gemini AI models (including variants like gemini-2.5-pro-preview, gemini-1.5-pro, etc.) to provide AI capabilities with automatic fallback mechanisms between experimental and stable models.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gemini MCP Serverreview this Python function for security issues and suggest improvements"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Council MCP Server
A Model Context Protocol (MCP) server that enables Claude to collaborate with multiple AI models via OpenRouter. Access 100+ models from Google, Anthropic, OpenAI, Meta, Mistral, and more.
Features
Multi-Model Support: Access 100+ models via OpenRouter (Gemini, GPT, Claude, Llama, Mistral, etc.)
Dynamic Model Discovery: List and filter available models by provider, capability, or pricing
Per-Request Model Override: Use different models for different tasks
Multiple Collaboration Tools: Code review, brainstorming, test generation, explanations
Response Caching: Automatic caching for repeated queries
Related MCP server: Gemini MCP Server
Quick Start
1. Prerequisites
Python 3.9+
2. Installation
3. Configuration
Edit .env to configure:
4. Register with Claude
Available Tools
Core Tools
Tool | Description |
| General questions and problem-solving assistance |
| Code review feedback (security, performance, best practices) |
| Collaborative brainstorming for architecture and design |
| Generate comprehensive test scenarios |
| Clear explanations of complex code or concepts |
| Combine multiple viewpoints into a coherent summary |
Model Management
Tool | Description |
| Check server status and current model |
| List available models with filtering |
| Change the active model for subsequent requests |
Model Override
All tools support an optional model parameter to use a specific model:
Popular Model Configurations
Google Gemini (Default)
Anthropic Claude
OpenAI GPT-4
Meta Llama (Free)
Development
Project Structure
Running Tests
Building the Bundle
Updating
To update your local MCP installation after making changes:
Then restart Claude Desktop/Code.
Troubleshooting
Server not found
API Key Issues
Model Not Available
Use list_models to find available models:
Version History
v4.0.0: Council - Multi-model support via OpenRouter
v3.0.0: Modular architecture with bundler
v2.0.0: Dual-model support with fallback
v1.0.0: Initial Gemini integration
License
MIT License - see LICENSE file for details.
Acknowledgments
Built for Claude using the Model Context Protocol
Powered by OpenRouter for multi-model access