Skip to content
Claude Desktop

mcp unblockpay for Claude Desktop

io.github.codespar/mcp-unblockpay

MCP server for UnblockPay — fiat-to-stablecoin onramp/offramp, wallets, transfers

client:Claude Desktop transport:stdio runtime:npm

Install mcp unblockpay 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-unblockpay": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-unblockpay"
      ],
      "env": {
        "UNBLOCKPAY_API_KEY": "<UNBLOCKPAY_API_KEY>",
        "UNBLOCKPAY_BASE_URL": "<UNBLOCKPAY_BASE_URL>"
      }
    }
  }
}

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

mcp unblockpay in other clients