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
{
"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