Connects MCP clients to Google Gemini models, including Pro and Flash, with streaming responses.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Gemini Bridge.
The jaspertvdm/mcp-server-gemini-bridge MCP server exposes Google Gemini through the Model Context Protocol. It is intended to let an MCP client send requests to Googleβs AI service without implementing a separate Gemini connection in the client itself.
The project description identifies Gemini Pro and Flash as supported model families, while the README also refers to support for Gemini Pro and other models. Streaming responses are listed as a capability, so clients can receive generated output incrementally rather than waiting for the complete response.
This is a focused provider bridge, not a general-purpose aggregator with a documented catalog of unrelated services. Its useful role is connecting an MCP client to Google Gemini using the API key supplied by the operator.
The jaspertvdm/mcp-server-gemini-bridge MCP server runs as an MCP process and communicates with the configured client. The client starts the server, and the server uses the Google AI API to handle Gemini requests. The README demonstrates this arrangement with Claude Desktop, where the MCP configuration names the server executable and passes GOOGLE_API_KEY through the process environment.
A Docker workflow is also documented. The repository can be built into a Docker image and started interactively with the Google API key provided as an environment variable. This gives operators a container-based option instead of installing the package directly on the host.
The available material does not specify individual MCP tool names, request parameters, conversation features, or model-selection syntax. Those details should not be assumed from the provider bridge description alone.
The package is distributed through PyPI and the README gives this installation command:
For Claude Desktop, add an MCP server entry whose command is mcp-server-gemini-bridge. Set GOOGLE_API_KEY in that entryβs environment. The key is required; the documentation does not describe an alternative authentication method or a local unauthenticated mode.
The documented container path builds an image from the repository and runs it with standard input enabled. The same GOOGLE_API_KEY variable must be passed to the container. Keep the key outside source-controlled configuration where practical, since it grants access to the Google AI API associated with that credential.
The documented capabilities are limited to the Gemini bridge itself:
The README does not provide a larger tool inventory or claim support for other Google services. Evaluate the client and server versions together if your application depends on specific MCP behavior not described here.
A Google AI API key is mandatory, so use of the bridge depends on Google API access and any usage charges or quotas attached to that key. The repository does not state that it supplies a free hosted endpoint or its own model access.
The README includes a Claude Desktop configuration example, but it does not list compatibility details for other MCP clients. It also does not document advanced controls such as structured outputs, file handling, multimodal inputs, retries, rate-limit handling, or persistent conversation storage. Treat those areas as unspecified rather than supported features.
The project is licensed under MIT. Official distribution is identified through PyPI and GitHub in the supplied material.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/jaspertvdm-mcp-server-gemini-bridge)<a href="https://allmcps.com/mcp/jaspertvdm-mcp-server-gemini-bridge"><img src="https://allmcps.com/api/badge/jaspertvdm-mcp-server-gemini-bridge?style=directory" alt="MCP Server Gemini Bridge on AllMCPs" /></a>