What is the EVM MCP Server?
The EVM MCP Server is a Model Context Protocol (MCP) server that provides blockchain services to AI agents across multiple EVM-compatible networks. It enables AI agents to interact with Ethereum, Optimism, Arbitrum, and other EVM chains through a unified interface.
What is MCP?
MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs (Large Language Models). MCP servers act as bridges, allowing AI models to access and interact with external data sources and tools.
Which networks are supported by the EVM MCP Server?
The server supports over 30 EVM-compatible networks, including Ethereum, Optimism, Arbitrum, Base, Polygon, Avalanche, Binance Smart Chain, and many testnets.
Does the EVM MCP Server support ENS names?
Yes, every tool that accepts Ethereum addresses also supports ENS names. The server automatically resolves ENS names to their corresponding addresses behind the scenes.
How do I install the EVM MCP Server?
First, clone the repository. Then, install dependencies using Bun or npm. Configuration details are in the src/core/chains.ts
and src/server/http-server.ts
files.
How can I connect to the EVM MCP Server from Cursor?
You can connect to the MCP server from Cursor by either adding a new MCP server in Cursor’s settings or by creating an .cursor/mcp.json
file in your project’s root directory.
How can I connect to the EVM MCP Server from Claude CLI?
Use the following commands:
bash claude mcp add evm-mcp-server npx @mcpdotdirect/evm-mcp-server claude
What security measures are in place for the EVM MCP Server?
Private keys are used only for transaction signing and are never stored. It’s recommended to implement additional authentication, use HTTPS, and implement rate limiting.
EVM Server
Project Details
- chulanpro5/evm-mcp-server
- @mcpdotdirect/evm-mcp-server
- MIT License
- Last Updated: 3/20/2025
Recomended MCP Servers
A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Physical Devices)
A Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link,...
MCP SSE server with tools to create images and videos using Amazon Nova models via AWS Bedrock.
MCP Server for Trino
apollo.io mcp server typescript
Simple CLI MCP Client Implementation Using LangChain ReAct Agent / Python
A powerful CLI and MCP-based task management system for agentic workflows.
MCP server to provide Figma layout information to AI coding agents like Cursor