mcp adyen for Cline
io.github.codespar/mcp-adyen
MCP server for Adyen Checkout API v71 — enterprise payments (iFood, Uber, Spotify in LatAm)
client:Cline
transport:stdio
runtime:npm
Install mcp adyen in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-adyen": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs