Official MCP server for Linkly - Create short links, track clicks, and automate URL management with AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"linkly-mcp-server": {
"command": "npx",
"args": [
"-y",
"Linkly-HQ/linkly-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add linkly-mcp-server npx -y Linkly-HQ/linkly-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"linkly-mcp-server": {
"command": "npx",
"args": [
"-y",
"Linkly-HQ/linkly-mcp-server"
]
}
}
}