Skip to content
Cursor

Zendriver MCP for Cursor

io.github.bituq/zendriver-mcp

Undetectable browser automation for LLM agents, spoken over MCP.

client:Cursor transport:stdio runtime:pypi

Install Zendriver MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Zendriver MCP in other clients