← Index

io.github.sh6drack/zen-mcp

io.github.sh6drack/zen-mcp·v1.2.1·Browser Automation
Quality Score
83
/100

MCP server for Zen Browser automation via WebDriver BiDi

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "zen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zen-mcp"
      ],
      "env": {
        "ZEN_DEBUG_PORT": "<zen_debug_port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "zen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zen-mcp"
      ],
      "env": {
        "ZEN_DEBUG_PORT": "<zen_debug_port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y zen-mcp
§02  Environment variables
ZEN_DEBUG_PORT

Zen Browser remote debugging port

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Browser Automation