MCP Server
Gemini Skill MCP Server
by WJZ-P
Automate Gemini web for image generation and chat via CDP.
About Gemini Skill
Leverages Chrome DevTools Protocol to programmatically interact with the Gemini web interface. Enables advanced automation for AI image generation (high-resolution downloads, watermark removal), multi-turn text conversations, image uploads for reference, and extraction of generated images. Includes a daemon mode for efficient browser management and stealth features.
Tags
geminiimage-generationautomationcdp
How to install Gemini Skill
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"gemini-skill": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-gemini-skill"]
}
}
}Example shape only — see the repository for the canonical install command.