Odel
mcp redtrack

mcp redtrack

Local
@pijusz1TypeScriptMITUpdated 4mo ago

MCP server for RedTrack affiliate tracking API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-redtrackv0.1.4

Run

npx -y mcp-redtrack

MCP client config

{
  "mcpServers": {
    "mcp-redtrack": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-redtrack"
      ]
    }
  }
}