The Gemini MCP server allows AI agents to integrate Google's Gemini 3 models with Claude code. It provides tools for model interaction, enabling agents to call Gemini APIs for text generation, summarization, and other NLP tasks. Developers use it to build applications requiring multi-model collaboration between Claude and Gemini.
The Gemini MCP server allows AI agents to integrate Google's Gemini 3 models with Claude code. It provides tools for model interaction, enabling agents to call Gemini APIs for text generation, summarization, and other NLP tasks. Developers use it to build applications requiring multi-model collaboration between Claude and Gemini.
npx -y @rlabs-inc/gemini-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"rlabs-inc-gemini-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @rlabs-inc/gemini-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from gemini mcp?"
API Key Required
This server requires an API key from gemini mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| GEMINI_MCP_API_KEY | Yes | Your gemini mcp API key |
"What resources are available in gemini mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in gemini mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in gemini mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.