Skip to content
Claude Desktop

coinvoyage for Claude Desktop

io.github.kingpeque/coinvoyage

CoinVoyage MCP — create crypto PayOrders, webhooks, swaps across Bitcoin/Solana/EVM chains.

client:Claude Desktop transport:stdio runtime:npm

Install coinvoyage 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": {
    "coinvoyage": {
      "command": "npx",
      "args": [
        "-y",
        "@kingpeque/coinvoyage-mcp"
      ],
      "env": {
        "COINVOYAGE_API_KEY": "<COINVOYAGE_API_KEY>",
        "COINVOYAGE_API_SECRET": "<COINVOYAGE_API_SECRET>",
        "COINVOYAGE_API_BASE_URL": "<COINVOYAGE_API_BASE_URL>"
      }
    }
  }
}

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

coinvoyage in other clients