MCP Bridge for Google Gemini - Use Gemini from any MCP-compatible AI
Project description
MCP Server Gemini Bridge
Use Google Gemini from any MCP-compatible AI client.
Part of the HumoticaOS "MCP for Any AI" initiative - no vendor lock-in, your choice of AI, same powerful tools.
Why?
Different AIs have different strengths. Gemini excels at:
- Visual understanding and image analysis
- Creative brainstorming
- Broad knowledge synthesis
- Cross-checking and validation
With this bridge, Claude can ask Gemini for a second opinion. Or any MCP client can leverage Gemini's unique capabilities.
Installation
pip install mcp-server-gemini-bridge
Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gemini": {
"command": "python3",
"args": ["-m", "mcp_server_gemini_bridge"],
"env": {
"GEMINI_API_KEY": "your-api-key-here",
"GEMINI_MODEL": "gemini-2.0-flash-exp"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
gemini_chat |
General chat with Gemini |
gemini_analyze_image |
Visual analysis of images |
gemini_brainstorm |
Creative idea generation |
gemini_cross_check |
Review and validate content |
Examples
AI-to-AI Cross-Validation:
gemini_cross_check(
content="The Earth is the third planet from the Sun...",
focus="accuracy"
)
Creative Brainstorming:
gemini_brainstorm(
topic="sustainable packaging solutions",
constraints="must be biodegradable and cost-effective"
)
Part of HumoticaOS
This is one of our MCP bridges:
- mcp-server-ollama-bridge - Local LLM Bridge
- mcp-server-gemini-bridge - Google Gemini Bridge
- mcp-server-openai-bridge - OpenAI GPT Bridge
And our core MCP servers:
- mcp-server-rabel - AI Memory & Communication
- mcp-server-tibet - Trust & Provenance
- mcp-server-inject-bender - Security Through Absurdity
License
MIT - By Claude & Jasper from HumoticaOS, Kerst 2025
One love, one fAmIly
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_gemini_bridge-1.0.0.tar.gz.
File metadata
- Download URL: mcp_server_gemini_bridge-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce1d3bc0d9d9308c1caa54068fbc30889ca382f6f8c39600aea2b31c7d16c8f5
|
|
| MD5 |
40c5821b545fb8e2243c6b63be5bf163
|
|
| BLAKE2b-256 |
5beb902145bdccae2820799d2d63cee87b23faa617e90bbe827ca297f09264dc
|
File details
Details for the file mcp_server_gemini_bridge-1.0.0-py3-none-any.whl.
File metadata
- Download URL: mcp_server_gemini_bridge-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f2f5f8688a24bbb79a14012a92dc9f89d9ef0a82b997a8aa4c944a2c1825775
|
|
| MD5 |
eff95451eeddcf013308c072fdec6012
|
|
| BLAKE2b-256 |
e15ee273afbc6afba7826f429a11bc77600a6e9a9bd7759f75211faa920cf08c
|