Skip to content
Zed

Zendriver MCP for Zed

io.github.bituq/zendriver-mcp

Undetectable browser automation for LLM agents, spoken over MCP.

client:Zed transport:stdio runtime:pypi

Install Zendriver MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Zendriver MCP in other clients