Skip to content
Claude Desktop

mcp rapyd for Claude Desktop

io.github.codespar/mcp-rapyd

MCP server for Rapyd — global collect + disburse across 100+ countries, cash pickup, wallets

client:Claude Desktop transport:stdio runtime:npm

Install mcp rapyd in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-rapyd": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-rapyd"
      ],
      "env": {
        "RAPYD_ACCESS_KEY": "<RAPYD_ACCESS_KEY>",
        "RAPYD_SECRET_KEY": "<RAPYD_SECRET_KEY>",
        "RAPYD_ENV": "<RAPYD_ENV>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp rapyd in other clients