MCP Gemini for Grok
io.github.crunchtools/gemini
MCP server for Google Gemini AI - text, image, video, research, and more
client:Grok
transport:stdio
runtime:pypi
Install MCP Gemini in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gemini": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-gemini-crunchtools"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs