Skip to content
Zed

ZenLink MCP for Zed

io.github.jayquan-mccleary/zenlink-mcp

Browser automation for MCP clients via Zen Browser. Parallel multi-tab, content extraction.

client:Zed transport:stdio runtime:pypi

Install ZenLink MCP in Zed

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

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

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

ZenLink MCP in other clients