Loading MCP server directory, please wait...
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
npx @getmcp/cli add io.github.codespar/mcp-airwallexRequires Node.js 18+. Community-contributed server. Review source before installing.
AIRWALLEX_CLIENT_IDAirwallex client id (sent as x-client-id on /authentication/login)
AIRWALLEX_API_KEYAirwallex API key, secret (sent as x-api-key on /authentication/login)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-airwallex": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-airwallex"
],
"env": {
"AIRWALLEX_CLIENT_ID": "",
"AIRWALLEX_API_KEY": "",
"AIRWALLEX_ENV": ""
}
}
}
}