mcp airwallex for Grok
io.github.codespar/mcp-airwallex
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
client:Grok
transport:stdio
runtime:npm
Install mcp airwallex in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs