PluginBench
MCP Server

io.github.pijusz/mcp-redtrack MCP Server

io.github.pijusz/mcp-redtrack

What is the io.github.pijusz/mcp-redtrack MCP server?

MCP server for RedTrack affiliate tracking API

How to install io.github.pijusz/mcp-redtrack

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-redtrack": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-redtrack"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-redtrack": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-redtrack"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-redtrack": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-redtrack"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-redtrack": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-redtrack"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-redtrack -- npx -y mcp-redtrack

Related MCP servers

Google Ads MCP server — query campaigns, keywords, assets & more via natural language

View repository →

Google Search Console MCP server — query performance, sitemaps, indexing & more

View repository →

MCP server for the Mailtrap email platform — analytics, sending, contacts, sandbox

View repository →

MCP server for uploading local images to Sanity CMS

View repository →