Loading MCP server directory, please wait...
Create and manage short links, track clicks, and automate URL management
npx @getmcp/cli add com.linklyhq/linklyRequires Node.js 18+. Community-contributed server. Review source before installing.
LINKLY_API_KEYYour Linkly API key. Get it from Settings → API in your Linkly dashboard.
LINKLY_WORKSPACE_IDYour Linkly Workspace ID. Find it at Settings → API in your Linkly dashboard.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.linklyhq/linkly": {
"command": "npx",
"args": [
"-y",
"linkly-mcp-server"
],
"env": {
"LINKLY_API_KEY": "",
"LINKLY_WORKSPACE_ID": ""
}
}
}
}