Skip to content
Grok

ulink for Grok

io.github.flywheelstudio/ulink

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

client:Grok transport:stdio runtime:npm

Install ulink in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ulink in other clients