Skip to content
Cursor

ulink for Cursor

io.github.flywheelstudio/ulink

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

client:Cursor transport:stdio runtime:npm

Install ulink in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ulink": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ulinkly/mcp-server"
      ],
      "env": {
        "ULINK_API_KEY": "<ULINK_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ulink in other clients