Odel
Zendriver MCP

Zendriver MCP

Local
@bituq3PythonMITUpdated 1mo ago

Undetectable browser automation for LLM agents, spoken over MCP.

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).

PyPIzendriver-mcpv0.3.4

Run

uvx zendriver-mcp

MCP client config

{
  "mcpServers": {
    "zendriver-mcp": {
      "command": "uvx",
      "args": [
        "zendriver-mcp"
      ]
    }
  }
}