Google Gemini
Freeby AI Labs
Access Google's Gemini models including Gemini Pro and Ultra.
v1.0.0Added Jan 18, 2025
geminigooglemultimodal
Google Gemini MCP Server
Access Google's Gemini models including Gemini Pro and Ultra.
Features
- Text generation
- Vision
- Code generation
- Function calling
- Embeddings
Installation
{
"mcpServers": {
"gemini": {
"command": "npx",
"args": ["-y", "mcp-gemini"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-gemini
Add to claude_desktop_config.json
{
"mcpServers": {
"google-gemini": {
"command": "npx",
"args": ["-y", "mcp-gemini"]
}
}
}