Skip to content
Cursor

ZenLink MCP for Cursor

io.github.jayquan-mccleary/zenlink-mcp

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

client:Cursor transport:stdio runtime:pypi

Install ZenLink MCP in Cursor

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

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

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

ZenLink MCP in other clients