mcpbeat Sign in

Ulink MCP Server

by flywheelstudio Your server? Claim it
local only

Ulink runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 7 Sep 2026.

Deep linking for iOS, Android & Flutter. Firebase Dynamic Links alternative.

Installs per day peak 183 · avg 20 · -42% w/w
a month agotoday
49
Installs / week
npm · @ulinkly/mcp-server
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted src/auth/oauth.ts:234
    "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNqZ2loYXNzZnNzcHhpdmp0Z29pIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDUwNjE0NTUsImV4cCI6MjA2MDYzNzQ1NX0._k-iNnobMaGN1qY8BGM4mMdnGRqOn1R90i_WXUn-Gpw";

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ulink -- npx -y @ulinkly/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ulink": {
      "args": [
        "-y",
        "@ulinkly/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ulink]
command = "npx"
args = ["-y", "@ulinkly/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "ulink": {
      "args": [
        "-y",
        "@ulinkly/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ulink": {
      "args": [
        "-y",
        "@ulinkly/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ULINK_API_KEY (Optional API key for authentication (alternative to browser OAuth)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ulink

same job, measured the same way
Limelink MCP Server
by hellovelop

MCP server for Limelink dynamic links with deep linking, social previews, and UTM tracking

34 installs/wk local only
Test Genie
by muse-code-space

AI-powered app test automation for iOS, Android, Flutter, React Native, Web

35 installs/wk local only
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

29 930 installs/wk local only
Grovs
by grovs

Manage deep links, attribution, analytics, and campaigns on Grovs — open-source Branch alternative.

answering
Drengr
by drengr

Eyes and hands for AI agents on Android and iOS devices.

61 installs/wk local only
App Store Trends API
by trendsapi

App downloads and chart ranking trends for iOS and Android. Free key at trendsapi.ai

4 tools answering
Mobile Device MCP
by saranshbamania

AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools.

61 installs/wk local only
Firefox CSS Theme
by easonwong-de

MCP for building, inspecting, and live-debugging Firefox CSS themes.

34 installs/wk local only

Ulink — questions

Answers built from our own checks of this server.

Why is there no uptime for Ulink?
Ulink runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ulinkly/mcp-server was installed 49 times last week.
How do I connect Ulink?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ulinkly/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Ulink?
The npm package @ulinkly/mcp-server was installed 49 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ulink open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.