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
{
"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