Linkonda for Cline
com.linkonda/mcp
Create and manage Linkonda short links and QR codes, with no per-visitor tracking.
client:Cline
transport:stdio
runtime:npm
Install Linkonda 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": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@veranoapp/linkonda-mcp"
],
"env": {
"LINKONDA_API_KEY": "<LINKONDA_API_KEY>",
"LINKONDA_API_BASE_URL": "<LINKONDA_API_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs