mcp airwallex for Cline
io.github.codespar/mcp-airwallex
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
client:Cline
transport:stdio
runtime:npm
Install mcp airwallex 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-airwallex": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-airwallex"
],
"env": {
"AIRWALLEX_CLIENT_ID": "<AIRWALLEX_CLIENT_ID>",
"AIRWALLEX_API_KEY": "<AIRWALLEX_API_KEY>",
"AIRWALLEX_ENV": "<AIRWALLEX_ENV>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs