Skip to content
VS Code

tracklix mcp for VS Code

io.github.zhowe-designs/tracklix-mcp

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

client:VS Code transport:stdio runtime:npm

Install tracklix mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

tracklix mcp in other clients