← Index

com.linklyhq/linkly

com.linklyhq/linkly·v1.2.0·Other
Quality Score
76
/100

Create and manage short links, track clicks, and automate URL management

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "linkly": {
      "command": "npx",
      "args": [
        "-y",
        "linkly-mcp-server"
      ],
      "env": {
        "LINKLY_API_KEY": "<your-linkly_api_key>",
        "LINKLY_WORKSPACE_ID": "<linkly_workspace_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "linkly": {
      "command": "npx",
      "args": [
        "-y",
        "linkly-mcp-server"
      ],
      "env": {
        "LINKLY_API_KEY": "<your-linkly_api_key>",
        "LINKLY_WORKSPACE_ID": "<linkly_workspace_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y linkly-mcp-server
§02  Environment variables
LINKLY_API_KEY
requiredsecret

Your Linkly API key. Get it from Settings → API in your Linkly dashboard.

LINKLY_WORKSPACE_ID
required

Your Linkly Workspace ID. Find it at Settings → API in your Linkly dashboard.

§03  MCP Quality Score  ·  methodology
freshness
16
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other