← Index

io.github.hellovelop/limelink-mcp-server

io.github.hellovelop/limelink-mcp-server·v0.0.5·Other
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "limelink-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "limelink-mcp-server"
      ],
      "env": {
        "LIMELINK_API_KEY": "<your-limelink_api_key>",
        "LIMELINK_PROJECT_ID": "<limelink_project_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "limelink-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "limelink-mcp-server"
      ],
      "env": {
        "LIMELINK_API_KEY": "<your-limelink_api_key>",
        "LIMELINK_PROJECT_ID": "<limelink_project_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y limelink-mcp-server
§02  Environment variables
LIMELINK_API_KEY
secret

Your Limelink API key for authentication

LIMELINK_PROJECT_ID

Default Limelink project ID (can be overridden per request)

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