Uplink
Automate a real, logged-in browser on your own device — no stored credentials, no bot detection.
Open source Open in the app JSON README (API)
About
Automate a real, logged-in browser on your own device — no stored credentials, no bot detection.
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- build.uplink
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 0.1.4
- Last push
- 2026-06-23T21:05:48Z
- Repository state
- ativo
- License
- NOASSERTION
- Added
- 2026-08-29 03:00:49
- Updated
- 2026-08-29 03:00:49
- Origin id
build.uplink/uplink
README
# Uplink MCP Server
[](https://www.npmjs.com/package/@uplink-code/mcp)
[](https://registry.modelcontextprotocol.io/v0/servers?search=build.uplink/uplink)
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`](https://www.npmjs.com/package/@uplink-code/mcp)
- **Registry name:** `build.uplink/uplink`
- **Docs:** https://docs.uplink.build
## Install
Add to any MCP client (Claude Code, Cursor, Claude Desktop, …):
```json
{
"mcpServers": {
"uplink": {
"command": "npx",
"args": ["-y", "@uplink-code/mcp"]
}
}
}
```
Claude Code one-liner:
```bash
claude mcp add uplink -- npx -y @uplink-code/mcp
```
## Authenticate
The server reads credentials written by the Uplink CLI. Sign in once:
```bash
npx @uplink-code/cli login
```
## Use
1. Ask your AI client to connect — it returns a pairing link.
2. Open the link on your device in the Uplink Connect app to pair.
3. The model drives the page in your live session and observes the real network traffic, DOM, and console.
See the [quickstart](https://docs.uplink.build/introduction/quickstart) for the full workflow and SDK reference.
## License
Proprietary. © Uplink. See [npm](https://www.npmjs.com/package/@uplink-code/mcp) for the published package.