Skip to content
Claude Desktop

agentpromocode for Claude Desktop

io.github.fedepellegrini/agentpromocode

ACDP reference MCP server for promo-code resolution and checkout feedback.

client:Claude Desktop transport:stdio runtime:npm

Install agentpromocode in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentpromocode": {
      "command": "npx",
      "args": [
        "-y",
        "@agentpromocode/mcp"
      ],
      "env": {
        "AGENTPROMOCODE_API_KEY": "<AGENTPROMOCODE_API_KEY>",
        "AGENTPROMOCODE_API_BASE": "<AGENTPROMOCODE_API_BASE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agentpromocode in other clients