Gemini MCP Server
Click on "Deploy 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 Serversummarize this article about climate change"
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.
Gemini MCP Server
An MCP (Model Context Protocol) server implementation that enables using Google's Gemini AI models through Claude or other MCP clients.
Features
Full MCP protocol support via SSE transport
Gemini 1.5 Pro model integration
Sequential thinking tool implementation
Environment variable configuration
Related MCP server: Gemini MCP Server for Claude Desktop
Deployment on Smithery AI
This server is designed to be easily deployed on Smithery AI. Once deployed, you'll be able to connect to it from any MCP client like Claude.
Configuration
The server requires the following environment variables:
GEMINI_API_KEY: Your Google AI Studio API key for accessing Gemini models
Local Development
If you want to run this server locally:
Clone the repository
Install dependencies:
npm installSet your Gemini API key:
export GEMINI_API_KEY=your_key_hereStart the server:
npm start
How to Use
After deploying to Smithery AI, you'll get a unique URL that you can add to your MCP client:
Copy the deployment URL from Smithery AI
In Claude Desktop, go to Settings > MCP Servers
Add a new server with:
Name: Gemini MCP
URL: Your Smithery deployment URL
Save and restart Claude
License
MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Related MCP Servers
- AlicenseAqualityFmaintenanceModel Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.632 npm258MIT
- AlicenseBqualityFmaintenanceA server that enables Claude Desktop to generate images using Google's Gemini AI models through the Model Context Protocol (MCP).1059 npm19MIT
- AlicenseBqualityDmaintenanceA server that provides access to Google Gemini AI capabilities including text generation, image analysis, YouTube video analysis, and web search functionality through the MCP protocol.637 npm4ISC
- AlicenseAqualityDmaintenanceA dedicated server that wraps Google's Gemini AI models in a Model Context Protocol (MCP) interface, allowing other LLMs and MCP-compatible systems to access Gemini's capabilities like content generation, function calling, chat, and file handling through standardized tools.1622 npm36MIT