HomeSearch & Research › gemini-mcp

gemini-mcp

Gemini 3 MCP server with 30+ tools: images, video, research, TTS, code exec & CLI

TypeScript
★ 219 stars Last pushed 2026-07-08 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.7.1)

npx -y @rlabs-inc/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "gemini-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rlabs-inc/[email protected]"
      ],
      "env": {
        "GEMINI_API_KEY": "<YOUR_VALUE>",
        "GEMINI_OUTPUT_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • GEMINI_API_KEY required secret — Your Google Gemini API key (get one at https://aistudio.google.com/apikey)
  • GEMINI_OUTPUT_DIR — Directory for generated files (images, videos, audio)

Related servers

Data from the Official MCP Registry