MCP Server
MCP
io.github.hellovelop/limelink-mcp-server
MCP server for Limelink dynamic links with deep linking, social previews, and UTM tracking
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "limelink-mcp-server",
"version": "0.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Limelink API key for authentication",
"format": "string",
"isSecret": true,
"name": "LIMELINK_API_KEY"
},
{
"description": "Default Limelink project ID (can be overridden per request)",
"format": "string",
"name": "LIMELINK_PROJECT_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment