Best for
- Developers or AI agents needing to automate Gemini web operations.
- Users wanting to leverage Gemini image generation within the MCP ecosystem.
- Technical users comfortable with configuration and browser automation.
This project offers comprehensive control over Gemini web via browser automation, feature-rich but requiring environment setup and login state, suitable for technical users.
This is an MCP server and skill that controls the Gemini web interface via browser automation (CDP), enabling AI image generation, multi-turn chat, image upload/extraction, session management, and more. It uses a standalone daemon to manage the browser lifecycle, supports automatic watermark removal, reference-image generation, full-size HD downloads, and includes stealth anti-bot plugins. Works with OpenClaw or any MCP-capable client, and also provides an optional Atlas Cloud Provider for OpenAI-compatible API access.
Prerequisites: Node.js ≥ 18, Chrome/Edge/Chromium installed, and logged into Google account.
{
"mcpServers": {
"gemini": {
"command": "node",
"args": [
"<项目绝对路径>/src/mcp-server.js"
]
}
}
}