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).
Run
npx -y @uplink-code/mcp
MCP client config
{
"mcpServers": {
"uplink": {
"command": "npx",
"args": [
"-y",
"@uplink-code/mcp"
]
}
}
}