npm @uplink-code/mcpstdioupdated 2mo ago
Automate a real, logged-in browser on your own device — no stored credentials, no bot detection.
¿Qué puedes hacer con Uplink?
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.
Instalación
Añade Uplink a tu cliente. Elige el que uses.
claude mcp add mcp -- npx -y @uplink-code/mcpcodex mcp add mcp -- npx -y @uplink-code/mcpamp mcp add mcp -- npx -y @uplink-code/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@uplink-code/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@uplink-code/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@uplink-code/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@uplink-code/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@uplink-code/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@uplink-code/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@uplink-code/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@uplink-code/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @uplink-code/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento22/25
- Confianza9/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 69 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.1.4Última | 23 jun 2026 |
| 0.1.3 | 10 jun 2026 |
| 0.1.2 | 10 jun 2026 |