Skip to main content

Types and Configuration

PIXA is published as pixa-wallet-mcp.

MCP config

{
  "mcpServers": {
    "pixa": {
      "command": "npx",
      "args": ["-y", "pixa-wallet-mcp"],
      "env": {
        "ALGORAND_MNEMONIC": "your 25-word mnemonic here",
        "NETWORK": "algorand-mainnet",
        "MAX_PER_CALL": "0.10",
        "MAX_PER_DAY": "20.00"
      }
    }
  }
}

Common configuration values

  • ALGORAND_MNEMONIC
  • NETWORK
  • MAX_PER_CALL
  • MAX_PER_DAY

What to keep in mind

  • keep the mnemonic out of source control
  • use testnet for experiments
  • keep the budget limits conservative during demos
  • prefer the .mcpb bundle for non-technical installs