Odel
zen mcp

zen mcp

Local
@sh6drack18JavaScriptUpdated 3mo ago

MCP server for Zen Browser automation via WebDriver BiDi

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmzen-mcpv1.2.1

Run

npx -y zen-mcp

MCP client config

{
  "mcpServers": {
    "zen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zen-mcp"
      ]
    }
  }
}