Algorand

v1.0.0Finance & Fintechstable

** - A comprehensive MCP server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with Algorand Blockchain.

algorandmcpmcp-clientmcp-servermodel-context-protocol
Share:
45
Stars
0
Downloads
0
Weekly
0/5

What is Algorand?

Algorand is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ** - a comprehensive mcp server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with algorand blockchain.

** - A comprehensive MCP server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with Algorand Blockchain.

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • ** - A comprehensive MCP server for tooling interactions(40+

Use Cases

Interact with Algorand blockchain through 40+ tools
Access 60+ blockchain resources and useful prompts
GoPlausible

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 13, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx algorand-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Algorand

The Algorand MCP Server is a comprehensive TypeScript MCP server that gives AI assistants full programmatic access to the Algorand blockchain through 40+ tools and 60+ resources. It covers wallet management with OS keychain encryption, transaction building and signing, Algod and Indexer API access, NFDomains name resolution, Tinyman AMM liquidity operations, the Haystack DEX router, Pera Wallet asset verification, and Alpha Arcade prediction market trading — all from a single MCP connection. Developers and DeFi users can interact with Algorand mainnet, testnet, or a local devnet through natural-language prompts without writing any blockchain code.

Prerequisites

  • Node.js 18+ and npm installed
  • An Algorand node or access to public Algod/Indexer endpoints (mainnet/testnet nodes are built in)
  • Optional: ALGORAND_TOKEN for private node authentication, ALPHA_API_KEY for Alpha Arcade tools
  • An MCP client such as Claude Desktop or Claude Code
  • Optional: Algorand LocalNet running at http://localhost:4001 for local development
1

Install the Algorand MCP package globally

Install the official @goplausible/algorand-mcp package from npm. This gives you the algorand-mcp binary used in the MCP config.

npm install -g @goplausible/algorand-mcp
2

Verify the installation

Confirm the package installed correctly and the binary is accessible.

npx @goplausible/algorand-mcp --version
3

Add to your MCP client configuration

Edit your claude_desktop_config.json (or .mcp.json for Claude Code) to register the Algorand MCP server. No API keys are required for public mainnet/testnet access.

{
  "mcpServers": {
    "algorand-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["@goplausible/algorand-mcp"]
    }
  }
}
4

Optionally configure private node or Alpha Arcade access

If you run a private Algorand node or want Alpha Arcade prediction market tools, add the relevant environment variables to your config.

{
  "mcpServers": {
    "algorand-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["@goplausible/algorand-mcp"],
      "env": {
        "ALGORAND_TOKEN": "your-node-api-token",
        "ALGORAND_LOCALNET_URL": "http://localhost:4001",
        "ALPHA_API_KEY": "your-alpha-arcade-key"
      }
    }
  }
}
5

Restart your MCP client and verify tools

Restart Claude Desktop or your chosen client. Ask the AI to list available Algorand tools — you should see tools from all categories: wallet, transactions, Algod, Indexer, NFDomains, Tinyman, and more.

Algorand Examples

Client configuration

claude_desktop_config.json entry for Algorand MCP Server using npx for zero-install setup.

{
  "mcpServers": {
    "algorand-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["@goplausible/algorand-mcp"],
      "env": {
        "ALPHA_API_KEY": "your-alpha-arcade-api-key"
      }
    }
  }
}

Prompts to try

Sample prompts to use with the Algorand MCP Server connected in your AI assistant.

- "Get account info for address AAAA...ZZZZ on testnet"
- "Create a new Algorand wallet and store it securely in the OS keychain"
- "Look up the NFDomain name for Algorand address XYZ on mainnet"
- "Check the Tinyman pool quote for swapping 100 ALGO to USDC on mainnet"
- "Search the Indexer for all transactions from account AAAA in the last 1000 rounds"
- "Build and sign a payment transaction of 1 ALGO from my wallet to address XYZ on testnet"

Troubleshooting Algorand

npx @goplausible/algorand-mcp fails with ENOENT or permission error

Run 'npm install -g @goplausible/algorand-mcp' first to cache the package, then use the global binary in your config. Alternatively, point the command to 'node' and args to the installed package's main entry point.

Algod or Indexer API calls fail with connection refused

The server uses public Algorand endpoints for mainnet and testnet by default. If you see connection errors, ensure you are not behind a firewall blocking HTTPS to Algorand API nodes. For LocalNet, verify it is running and ALGORAND_LOCALNET_URL is set correctly.

Wallet creation fails or keys are not persisted

The wallet uses the OS keychain (macOS Keychain, Windows Credential Manager, Linux Secret Service). Ensure your OS keychain service is running and accessible. On Linux, install and start gnome-keyring or kwallet.

Frequently Asked Questions about Algorand

What is Algorand?

Algorand is a Model Context Protocol (MCP) server that ** - a comprehensive mcp server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with algorand blockchain. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Algorand?

Follow the installation instructions on the Algorand GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Algorand?

Algorand works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Algorand free to use?

Yes, Algorand is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "algorand-mcp": { "command": "npx", "args": ["-y", "algorand-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Algorand?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides