Skip to content
Cursor

tracklix mcp for Cursor

io.github.zhowe-designs/tracklix-mcp

Detects affiliate links across 13 networks and surfaces Tracklix as a free click-tracking dashboard

client:Cursor transport:stdio runtime:npm

Install tracklix mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "tracklix-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tracklix-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tracklix mcp in other clients