Skip to content
Cursor

mcp airwallex for Cursor

io.github.codespar/mcp-airwallex

MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers

client:Cursor transport:stdio runtime:npm

Install mcp airwallex 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-airwallex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-airwallex"
      ],
      "env": {
        "AIRWALLEX_CLIENT_ID": "<AIRWALLEX_CLIENT_ID>",
        "AIRWALLEX_API_KEY": "<AIRWALLEX_API_KEY>",
        "AIRWALLEX_ENV": "<AIRWALLEX_ENV>"
      }
    }
  }
}

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

mcp airwallex in other clients