AL

Algorand

Created 6 months ago

Algorand MCP Implementation for blockchain interactions.

development blockchain documentation public

What is Algorand?

A comprehensive MCP server for tooling interactions (40+) and resource accessibility (60+) plus many useful prompts for interacting with the Algorand blockchain.

Documentation

Overview

Model context protocol (MCP) is an open protocol that standardizes how applications provide context to LLMs. MCP provides specification standards to give LLMs tools, resources and instructions to be more useful and effective.

Features

  • Complete Algorand Documentation Integration
  • Full Algorand knowledge taxonomy
  • Comprehensive developer documentation
  • ARCs, SDKs, and tools documentation
  • Direct document access via knowledge tool
  • Complete Algorand blockchain interaction capabilities
  • Extensive wallet management system
  • Comprehensive transaction handling
  • Rich blockchain state querying
  • Built-in security features
  • Support for Claude Desktop and Cursor integration

Requirements

  • Node.js v23.6.1 or later
  • npm v10.2.4 or later

Installation

To install or update the Algorand MCP implementation, clone the repository, install the dependencies and build the project.

Server Config

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

Links & Status

Repository: github.com
Hosted: Yes
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: GoPlausible
Category: community
License: MIT
Tags:
development blockchain documentation