evm-mcp-server
Basic Information
This repository provides a Model Context Protocol (MCP) server that exposes blockchain services across 30+ EVM-compatible networks for use by AI agents and developer tools. The server offers a unified interface so agents can read chain state, query balances, inspect transactions and blocks, interact with smart contracts, and perform token transfers for ERC20, ERC721 and ERC1155 standards. It supports ENS name resolution for address parameters so human-readable names can be used instead of raw addresses. The server can run as a stdio command or as an HTTP server with Server-Sent Events, and it integrates with tools like Cursor and Claude CLI via MCP configurations. Installation supports Bun or Node, and default server and chain settings are available in the repository for local development.