Skip to content
Cursor

mcp adyen for Cursor

io.github.codespar/mcp-adyen

MCP server for Adyen Checkout API v71 — enterprise payments (iFood, Uber, Spotify in LatAm)

client:Cursor transport:stdio runtime:npm

Install mcp adyen in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-adyen": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-adyen"
      ],
      "env": {
        "ADYEN_API_KEY": "<ADYEN_API_KEY>",
        "ADYEN_MERCHANT_ACCOUNT": "<ADYEN_MERCHANT_ACCOUNT>",
        "ADYEN_ENV": "<ADYEN_ENV>",
        "ADYEN_LIVE_URL_PREFIX": "<ADYEN_LIVE_URL_PREFIX>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp adyen in other clients