celo-mcp

celo-org/celo-mcp
★ 5 stars Python AI/LLM Updated 1d ago
MCP server that provides AI agents with access to Celo blockchain data and functionality
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "celo-mcp": {
      "command": "uvx",
      "args": [
        "celo-mcp"
      ]
    }
  }
}

Or install with pip: pip install celo-mcp

README Excerpt

A Model Context Protocol (MCP) server for interacting with the Celo blockchain. This server provides comprehensive access to Celo blockchain data, token operations, NFT management, smart contract interactions, transaction handling, and governance operations. 1. Clone the repository: ```bash git clone https://github.com/celo-org/celo-mcp