Google Gemini AI model integration via MCP. Access Gemini Pro, Gemini Ultra, and Gemini's multimodal capabilities.
npx -y gemini-mcp-server
```json
{
"mcpServers": {
"gemini": {
"command": "npx",
"args": ["-y", "gemini-mcp-server"],
"env": { "GOOGLE_API_KEY": "your-key" }
}
}
}
```
generate_textanalyze_imageprocess_audioembed_contentcount_tokensThe Google Gemini MCP server provides AI agents with access to Google's Gemini family of models. This includes Gemini Pro for text tasks, Gemini Ultra for advanced reasoning, and Gemini's native multimodal capabilities for processing images, audio, and video alongside text.
Language: TypeScript
Category: AI Platforms