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
Appeared in Searches
Latest Blog Posts
- 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