limelink mcp server for Cline
io.github.hellovelop/limelink-mcp-server
MCP server for Limelink dynamic links with deep linking, social previews, and UTM tracking
client:Cline
transport:stdio
runtime:npm
Install limelink mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"limelink-mcp-server": {
"command": "npx",
"args": [
"-y",
"limelink-mcp-server"
],
"env": {
"LIMELINK_API_KEY": "<LIMELINK_API_KEY>",
"LIMELINK_PROJECT_ID": "<LIMELINK_PROJECT_ID>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs