Gemini Pro MCP Server
Provides access to Google's Gemini Pro API for text generation and image analysis using Gemini Pro Vision capabilities
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 Pro MCP Servergenerate a summary of quantum computing basics"
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 Pro MCP Server
MCP server for integrating Gemini Pro API with Claude Desktop.
Setup Instructions
Install dependencies:
npm installGet your Gemini API key:
Go to Google AI Studio
Create a new API key
Copy the key
Set up environment variable:
export GEMINI_API_KEY="your-api-key-here"Build the project:
npm run buildConfigure Claude Desktop:
Edit your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%/Claude/claude_desktop_config.json
Add this configuration:
{ "mcpServers": { "gemini-pro": { "command": "node", "args": ["/Users/luis_ticas/Documents/gemini-mcp-server/dist/index.js"], "env": { "GEMINI_API_KEY": "your-gemini-api-key-here" } } } }Restart Claude Desktop
Related MCP server: MCP Gemini Server
Available Tools
generate_text: Generate text using Gemini Pro
analyze_image: Analyze images using Gemini Pro Vision
Usage
Once connected, you can use commands like:
"Generate text using Gemini about [topic]"
"Analyze this image using Gemini"
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables Claude Desktop users to generate and edit high-quality images using Google's Gemini AI. Supports text-to-image generation, image transformations with text prompts, and automatic local saving with multilingual support.Last updated31MIT
- Alicense-qualityDmaintenanceEnables Claude Desktop to interact with Google's Gemini API, allowing users to query Gemini models directly or facilitate conversations between Claude and Gemini with conversation history management.Last updated66MIT
- Flicense-qualityDmaintenanceEnables image generation and prompt enhancement within Claude.ai by leveraging Google Gemini models. It allows users to create visual content in various styles like photorealistic and 3D render directly through natural language.Last updated
- Alicense-qualityCmaintenanceConnects Claude.ai with Google's Gemini API to generate images and videos using your own API key.Last updated66MIT
Related MCP Connectors
Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lutic1/Google-MCP-Server-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server