Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ“‚ Browser Automation
  3. Uplink
Uplink logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 7:16:10 PM

Uplink

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
browser-automationmcpdevice-controldeveloper-tools

Drives a paired phone or laptop through its real, logged-in browser session without storing site credentials.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "uplink-2": {
      "command": "npx",
      "args": [
        "-y",
        "@uplink-code/mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ“‚ More in Browser Automation

Overview

Uplink MCP server drives a paired phone or laptop through its real, logged-in browser session. It connects an MCP client to a device through a pairing link, then lets the model interact with the page while observing network traffic, the DOM, and console output. Reach for it when browser tasks must use an existing personal session rather than a headless browser with stored credentials. Setup requires the Uplink CLI for sign-in and the Uplink Connect app on the paired device.

Use cases

โ€ขAutomate tasks in a browser session that is already logged in
โ€ขDrive a site from a paired phone or laptop
โ€ขInspect DOM, network traffic, and console output during browser tasks
โ€ขConnect an AI client to a live personal browser session

Key features

โ€ขLive browser automation on a paired device
โ€ขReuse of an existing logged-in browser session
โ€ขDOM, network, and console observation
โ€ขMCP client pairing link workflow
โ€ขUplink CLI authentication

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Uplink.

Extracted Tool Capabilities
Live browser automation on a paired device
Reuse of an existing logged-in browser session
DOM, network, and console observation
MCP client pairing link workflow
Uplink CLI authentication

How Uplink works

What the Uplink MCP server does

The Uplink MCP server connects an MCP client to a real browser session running on a device you control. The paired device can be a phone or laptop, and its browser remains logged in to the sites you want to operate. This lets an AI model drive pages through an existing user session instead of relying on a separate headless browser profile.

The server is intended for browser automation where maintaining a live session matters. It does not ask you to place site credentials into the MCP configuration. The README also describes the browser as a real user session, rather than an automated headless environment that a site may identify.

How it works

After the MCP client connects, Uplink returns a pairing link. Open that link on the device in the Uplink Connect app to establish the connection. Once paired, the model operates the page in the device's live browser session.

During use, the model can observe the page's DOM, the browser's real network traffic, and console output. These observations provide context about what the page contains and how it responds while the model performs an operation. The supplied material does not list individual MCP tool names or describe a separate browser-control API.

Setup and configuration

Install the published npm package as an MCP server in the client configuration:

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

Before using the Uplink MCP server, authenticate with the Uplink CLI:

Terminal
npx @uplink-code/cli login

The server reads the credentials written by that CLI login. After adding the server to an MCP client, ask the client to connect, follow the returned pairing link, and open it in Uplink Connect on the target device.

The README names Claude Code, Cursor, and Claude Desktop as compatible MCP clients. It does not document environment variables or additional server configuration options.

Tools and capabilities

  • Drive a real browser session on a paired phone or laptop.
  • Use the browser's existing logged-in state.
  • Observe page DOM content during an interaction.
  • Observe network traffic generated by the live page.
  • Observe browser console output.
  • Connect through an MCP client using a pairing link.

Limitations and notes

Uplink requires a device to pair and a browser session to be available on that device. It is therefore different from a fully isolated headless automation job that runs without a user device. The workflow also depends on the Uplink Connect app for pairing.

Credentials are handled through the Uplink CLI's local sign-in flow rather than being supplied as site credentials in the MCP configuration. The provided material does not specify credential storage details, supported browsers, operating systems, browser actions, or service-level limits.

The package is published as proprietary software by Uplink. Consult the project documentation for the complete workflow and SDK reference.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Browser Automation View all alternatives
  • Real Browser MCP logoReal Browser MCP

    MCP server + Chrome extension that gives AI agents control of the user's real browser with existing sessions, logins, and cookies. No headless browser, no re-authentication.

    ๐Ÿ“‚ Browser Automation3 views
    Compare vs Real Browser MCP โ†’
  • Rrweb Stack logoRrweb Stack

    Local-first MCP server (@peekdev/mcp) + Chrome extension that records your real authenticated browser session (rrweb DOM + console + network, PII-masked, to local SQLite) and lets AI coding agents query it or drive the browser. No cloud, no telemetry.

    ๐Ÿ“‚ Browser Automation4 views
    Compare vs Rrweb Stack โ†’
  • Manzanas logoManzanas
    Verified

    Drive iOS simulators from Claude Code, Cursor or Codex by accessibility label instead of screenshot-and-tap-coordinates. Exposes ui_tree, tap_element, type_into_element, wait_for_element and scroll_to_element, and every action reports whether the UI actually changed. A Mac daemon underneath hands out simulators as TTL leases with a queue and keeps a SIGSTOP warm pool, so a lease gets a live simulator in about 0.28s instead of a 7s cold boot, and multiple agents can share one Mac without colliding. Open source, MIT.

    ๐Ÿ“‚ Browser Automation6 views
    Compare vs Manzanas โ†’
  • Droidmind logoDroidmind

    Control Android devices with AI through MCP, enabling device control, debugging, system analysis, and UI automation with a comprehensive security framework.

    ๐Ÿ“‚ Browser Automation2 views
    Compare vs Droidmind โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

npm downloads
764
Package downloads in the last 30 days.
Last commit
3mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Uplink

Add `npx -y @uplink-code/mcp` as the server command and arguments in your MCP client configuration.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewUplink AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/uplink-2?style=directory)](https://allmcps.com/mcp/uplink-2)
HTML Embed
<a href="https://allmcps.com/mcp/uplink-2"><img src="https://allmcps.com/api/badge/uplink-2?style=directory" alt="Uplink on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“‚Browser Automation
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthOther
LicenseProprietary
ClientsClaude Desktop, Cursor
Last updatedSep 18, 2026
12/12 checks healthy over the last 42d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 23, 2026
npm downloads764/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
41Quality signal: Fair ยท 41/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 5d ago via OSV.dev ยท @uplink-code/mcp (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ“‚ Browser Automation โ†’Best MCP servers for Browser Automation โ†’Alternatives to Uplink โ†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients