algorand-mcp

algorand-mcp

31

The Algorand MCP Implementation is a project designed to facilitate blockchain interactions on the Algorand network using the Model Context Protocol (MCP). It provides comprehensive tools for blockchain queries, wallet management, and transaction handling, with a robust server package and a work-in-progress client package.

Algorand MCP Implementation

Overview

Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to LLMs. This implementation focuses on interactions with the Algorand blockchain.

Features

  • Full Algorand documentation integration.
  • Wallet management and transaction handling.
  • Blockchain state querying and security features.
  • Compatibility with Claude Desktop and Cursor.

Requirements

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

Core Functionalities

  • Server Features: Account management, asset operations, transaction handling, and NFDomains integration.
  • Client Features: Wallet connection and transaction signing (work in progress).

Project Architecture

Modular with server and client packages.