Algorand MCP Implementation

Active

Model Context Protocol (MCP) implementation for Algorand blockchain interactions.

United States
Updated 8/4/2025
Key Features

What makes this MCP server special

Algorand Documentation
Algorand blockchain interaction
Wallet management system
Transaction handling
Blockchain state querying
Built-in security

Requirements

Node.js v23.6.1 or later
npm v10.2.4 or later
Server Information

Status

Active

Location

United States

Version

1.0.0

License

MIT

Author

https://github.com/GoPlausible

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

https://github.com/GoPlausible/algorand-mcp?tab=readme-ov-file#installation

2. Configuration

{
  "mcpServers": {
    "algorand-mcp": {
      "command": "node",
      "args": [
        "PATH_ON_YOUR_MACHINE/Claude/mcp-servers/algorand-mcp/packages/server/dist/index.js"
     ],
      "env": {
        "ALGORAND_NETWORK": "testnet",
        "ALGORAND_ALGOD_API": "https://testnet-api.algonode.cloud/v2",
        "ALGORAND_ALGOD": "https://testnet-api.algonode.cloud",
        "ALGORAND_INDEXER_API": "https://testnet-idx.algonode.cloud/v2",
        "ALGORAND_INDEXER": "https://testnet-idx.algonode.cloud",
        "ALGORAND_ALGOD_PORT": "",
        "ALGORAND_INDEXER_PORT": "",
        "ALGORAND_TOKEN": "",
        "ALGORAND_AGENT_WALLET": "problem aim online jaguar upper oil flight stumble mystery aerobic toy avoid file tomato moment exclude witness guard lab opera crunch noodle dune abandon broccoli",
        "NFD_API_URL": "https://api.nf.domains",
        "NFD_API_KEY": "",
        "TINYMAN_ACTIVE": "false",
        "ULTRADE_ACTIVE": "false",
        "ULTRADE_API_URL": "https://api.ultrade.io",
        "VESTIGE_ACTIVE": "false",
        "VESTIGE_API_URL": "https://api.vestigelabs.org",
        "VESTIGE_API_KEY": "",
        "ITEMS_PER_PAGE": "10"

      }
    }
  }
}

3. Usage Example

https://github.com/GoPlausible/algorand-mcp?tab=readme-ov-file#available-tools-and-resources