mcp-server-gemini
A powerful MCP server that integrates Google's Gemini AI models into your development environment.
The MCP server for Gemini provides seamless access to the latest Gemini 2.5 AI models, enabling developers to utilize advanced features such as text generation, image analysis, and embeddings directly within their IDE. With a self-documenting help system, users can easily navigate its capabilities without needing to consult external documentation. This server supports a variety of powerful tools and advanced features, including JSON mode and conversation memory, making it suitable for complex reasoning tasks and general use. Its modern TypeScript implementation ensures type safety and compatibility with any MCP-compatible client, enhancing the overall development experience.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-gemini": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gemini"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions