Adyen (npx) MCP Server
CommunityContributed by Adyen
Integrate with Adyen's Checkout and Management APIs via natural language. Create payment sessions and payment links, issue refunds and cancellations, and manage merchant accounts, terminals, webhooks, payment methods, users, and API credentials.
About the Adyen (npx) MCP Server
The Adyen (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Integrate with Adyen's Checkout and Management APIs via natural language. Create payment sessions and payment links, issue refunds and cancellations, and manage merchant accounts, terminals, webhooks, payment methods, users, and API credentials. This is a community-contributed MCP server by Adyen.
Install the Adyen (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@adyen/mcp",
"--adyenApiKey=${input:ADYEN_API_KEY}",
"--env=${input:ADYEN_ENVIRONMENT}"
],
"env": {
"ADYEN_API_KEY": "${input:ADYEN_API_KEY}",
"ADYEN_ENVIRONMENT": "${input:ADYEN_ENVIRONMENT}",
"ADYEN_LIVE_URL_PREFIX": "${input:ADYEN_LIVE_URL_PREFIX}"
},
"metadata": {
"inputs": [
{
"id": "ADYEN_API_KEY",
"label": "Adyen API Key",
"description": "API key for a dedicated webservice user. Adyen recommends creating a new webservice user with only the roles needed for the tools you use (e.g. Merchant PAL webservice role, Checkout webservice role, Management API roles). Generate it in your Adyen Customer Area.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "AQE********************************",
"obtain": {
"url": "https://ca-test.adyen.com/ca/ca/config/api_credentials_new.shtml",
"instructions": "1. Sign in to your Adyen Customer Area\n2. Go to Developers > API credentials\n3. Create (or select) a webservice user (recommended: a dedicated one for the MCP server)\n4. Assign only the roles you need (e.g. Checkout webservice role, Merchant PAL webservice role, Management API roles)\n5. Under Authentication, generate an API key\n6. Copy the generated API key",
"button_label": "Open Customer Area"
}
},
{
"id": "ADYEN_ENVIRONMENT",
"label": "Environment",
"description": "Which Adyen environment to target. Use TEST while developing; switch to LIVE for production (LIVE also requires your live URL prefix).",
"type": "select",
"required": true,
"default": "TEST",
"options": [
{
"value": "TEST",
"label": "Test",
"description": "Adyen test environment"
},
{
"value": "LIVE",
"label": "Live",
"description": "Adyen live (production) environment - requires the live URL prefix"
}
]
},
{
"id": "ADYEN_LIVE_URL_PREFIX",
"label": "Live URL Prefix",
"description": "Required only when Environment is LIVE. Your Adyen live URL prefix, found in your live Customer Area under Developers > API URLs > Prefix. Leave empty for TEST.",
"type": "text",
"required": false,
"secret": false,
"placeholder": "1797a841fbb37ca7-AdyenDemo"
}
]
}
}Categories
Tags
Supported AI Clients
The Adyen (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
Install Adyen (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.