Odel
Uplink

Uplink

Local
@uplink-codeUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@uplink-code/mcpv0.1.4

Run

npx -y @uplink-code/mcp

MCP client config

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