HomeBrowser Automation & Scraping › zen-mcp

zen-mcp

MCP server for Zen Browser automation via WebDriver BiDi

TypeScript Local
★ 20 stars Last pushed 2026-05-16

Topics: Browser Automation

Connect

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

Package (npm 1.2.1)

npx -y zen-mcp@1.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "zen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zen-mcp@1.2.1"
      ],
      "env": {
        "ZEN_DEBUG_PORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • ZEN_DEBUG_PORT — Zen Browser remote debugging port

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry