MCP Gemini for Cursor
io.github.crunchtools/gemini
MCP server for Google Gemini AI - text, image, video, research, and more
client:Cursor
transport:stdio
runtime:pypi
Install MCP Gemini in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gemini": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-gemini-crunchtools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs