Skip to content
Cursor

Uplink for Cursor

build.uplink/uplink

Automate a real, logged-in browser on your own device — no stored credentials, no bot detection.

client:Cursor transport:stdio runtime:npm

Install Uplink in Cursor

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

{
  "mcpServers": {
    "uplink": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@uplink-code/mcp"
      ]
    }
  }
}

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

Uplink in other clients