Odel
limelink mcp server

limelink mcp server

Local
@hellovelopTypeScriptUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlimelink-mcp-serverv0.0.5

Run

npx -y limelink-mcp-server

MCP client config

{
  "mcpServers": {
    "limelink-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "limelink-mcp-server"
      ]
    }
  }
}