Algorand
Freeby MCP Community
Algorand Model Context Protocol Local Implementation
v4.2.2Added Apr 12, 2026
algorandmcpblockchainmodel-context-protocol
Algorand MCP Server
Algorand Model Context Protocol Local Implementation
Installation
npx -y @goplausible/algorand-mcp
Reviews
Installation
Quick install
npx -y @goplausible/algorand-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"algorand": {
"command": "npx",
"args": ["-y", "@goplausible/algorand-mcp"]
}
}
}