← Index

io.github.FlywheelStudio/ulink

io.github.FlywheelStudio/ulink·v0.1.15·Other
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ulink": {
      "command": "npx",
      "args": [
        "-y",
        "@ulinkly/mcp-server"
      ],
      "env": {
        "ULINK_API_KEY": "<your-ulink_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ulink": {
      "command": "npx",
      "args": [
        "-y",
        "@ulinkly/mcp-server"
      ],
      "env": {
        "ULINK_API_KEY": "<your-ulink_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @ulinkly/mcp-server
§02  Environment variables
ULINK_API_KEY
secret

Optional API key for authentication (alternative to browser OAuth)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other