Productivity|Development|AI / ML|UtilitiesJavaScript

gemini-skill

Gemini drawing MCP & skill through browser, can be used in openclaw or any agent that supports MCP.

Free
N/A rating (0 reviews)0 installs718 GitHub stars
MCPGeminiAutomation

通过 CDP 操控 Gemini 网页版,实现 AI 生图、对话、图片提取等自动化操作。This project allows for automation of various tasks such as generating images, conversations, and extracting pictures using the Gemini web version.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "gemini-skill-1": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-gemini-skill-1"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.