Skip to content
Cursor

algovoi mcp server for Cursor

io.github.chopmob-cloud/algovoi-mcp-server

AlgoVoi crypto payments via MCP: USDC + native on Algorand, VOI, Hedera, Stellar.

client:Cursor transport:stdio runtime:npm

Install algovoi mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "algovoi-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@algovoi/mcp-server"
      ],
      "env": {
        "ALGOVOI_API_KEY": "<ALGOVOI_API_KEY>",
        "ALGOVOI_API_BASE": "<ALGOVOI_API_BASE>",
        "ALGOVOI_TENANT_ID": "<ALGOVOI_TENANT_ID>",
        "ALGOVOI_PAYOUT_ADDRESS": "<ALGOVOI_PAYOUT_ADDRESS>",
        "ALGOVOI_WEBHOOK_SECRET": "<ALGOVOI_WEBHOOK_SECRET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

algovoi mcp server in other clients