Skip to content
Cline

coinvoyage for Cline

io.github.kingpeque/coinvoyage

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

client:Cline transport:stdio runtime:npm

Install coinvoyage in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

coinvoyage in other clients