Uplink
Automate a real, logged-in browser on your own device — no stored credentials, no bot detection.
Install
Terminal
$npx -y @uplink-code/mcpmcp_config.json
{
"mcpServers": {
"build-uplink-uplink": {
"args": [
"-y",
"@uplink-code/mcp"
],
"command": "npx"
}
}
}Documentation
Uplink MCP Server
Automate a real, logged-in browser on your own device — no stored credentials, no bot detection.
Uplink drives a real device you pair (your phone or laptop), inside its real, logged-in browser session. Unlike headless automation, there are no stored credentials and nothing for a site's bot detection to flag — it's a real user's real session.
- npm:
@uplink-code/mcp - Registry name:
build.uplink/uplink - Docs: https://docs.uplink.build
Install
Add to any MCP client (Claude Code, Cursor, Claude Desktop, …):
{
"mcpServers": {
"uplink": {
"command": "npx",
"args": ["-y", "@uplink-code/mcp"]
}
}
}
Claude Code one-liner:
claude mcp add uplink -- npx -y @uplink-code/mcp
Authenticate
The server reads credentials written by the Uplink CLI. Sign in once:
npx @uplink-code/cli login
Use
- Ask your AI client to connect — it returns a pairing link.
- Open the link on your device in the Uplink Connect app to pair.
- The model drives the page in your live session and observes the real network traffic, DOM, and console.
See the quickstart for the full workflow and SDK reference.
License
Proprietary. © Uplink. See npm for the published package.
Sourced from the repository README.
More in Browser & Web
- browser-useControl a real Chrome browser to complete any task: fill forms, extract data, book flights.110,346
- Puppeteer MCP ServerEnables headless browser automation for scraping dynamic JS pages, taking full-page screenshots, clicking elements, and filling web forms.9,800
- strataMCP server for progressive tool usage at any scale (see https://klavis.ai)5,794
- exaFast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding 4,920
- apify-mcp-serverExtract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡4,798
- browserbasehq-mcp-browserbaseProvides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…3,409