Skip to content
VS Code

MCP Gemini for VS Code

io.github.crunchtools/gemini

MCP server for Google Gemini AI - text, image, video, research, and more

client:VS Code transport:stdio runtime:pypi

Install MCP Gemini in VS Code

.vscode/mcp.json

{
  "servers": {
    "gemini": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-gemini-crunchtools"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Gemini in other clients