Skip to content

Algorand

Free

by MCP Community

Algorand Model Context Protocol Local Implementation

v4.2.2Added Apr 12, 2026
algorandmcpblockchainmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Algorand MCP Server

Algorand Model Context Protocol Local Implementation

Installation

npx -y @goplausible/algorand-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @goplausible/algorand-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "algorand": {
      "command": "npx",
      "args": ["-y", "@goplausible/algorand-mcp"]
    }
  }
}