Skip to content
Gemini CLI

mcp rapyd for Gemini CLI

io.github.codespar/mcp-rapyd

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

client:Gemini CLI transport:stdio runtime:npm

Install mcp rapyd in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp rapyd in other clients