Loading MCP server directory, please wait...
MCP server for Adyen Checkout API v71 — enterprise payments (iFood, Uber, Spotify in LatAm)
npx @getmcp/cli add io.github.codespar/mcp-adyenRequires Node.js 18+. Community-contributed server. Review source before installing.
ADYEN_API_KEYAdyen API key (generated in Customer Area → Developers → API credentials)
ADYEN_MERCHANT_ACCOUNTAdyen merchant account code (appears in most request bodies)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-adyen": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-adyen"
],
"env": {
"ADYEN_API_KEY": "",
"ADYEN_MERCHANT_ACCOUNT": "",
"ADYEN_ENV": "",
"ADYEN_LIVE_URL_PREFIX": ""
}
}
}
}