Odel
MCP Gemini

MCP Gemini

Local
@crunchtoolsPythonAGPL-3.0Updated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-gemini-crunchtoolsv0.3.0

Run

uvx mcp-gemini-crunchtools

MCP client config

{
  "mcpServers": {
    "mcp-gemini": {
      "command": "uvx",
      "args": [
        "mcp-gemini-crunchtools"
      ]
    }
  }
}