EVM MCP Server
MCP server that provides LLM with tools for interacting with EVM networks
Overview
EVM MCP Server is a comprehensive Model Context Protocol (MCP) server that provides blockchain services across multiple EVM-compatible networks, enabling AI agents to interact with Ethereum and other EVM chains through a unified interface.
To use the EVM MCP Server, you can run it directly using npx without installation or set it up locally by cloning the repository and installing dependencies. Connect to the server using any MCP-compatible client or integrate it with tools like Cursor.
- Multi-chain support for 30+ EVM-compatible networks. - Access to blockchain data including balances, transactions, and blocks. - Interaction with smart contracts and token transfers (ERC20, ERC721, ERC1155). - ENS name resolution for human-readable addresses. - Comprehensive transaction support with error handling.
- AI agents querying blockchain data and executing transactions.
- Developers integrating blockchain functionalities into applications.
- Educational tools demonstrating blockchain interactions.
Add to your AI client
Use these steps to connect EVM MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"evm-mcp-server-mcpdotdirect": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-evm-mcp-server-mcpdotdirect"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"evm-mcp-server-mcpdotdirect": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-evm-mcp-server-mcpdotdirect"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"evm-mcp-server-mcpdotdirect": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-evm-mcp-server-mcpdotdirect"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"evm-mcp-server-mcpdotdirect": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-evm-mcp-server-mcpdotdirect"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"evm-mcp-server-mcpdotdirect": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-evm-mcp-server-mcpdotdirect"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"evm-mcp-server-mcpdotdirect": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-evm-mcp-server-mcpdotdirect"
]
}
}
}FAQ
Can EVM MCP Server interact with all EVM networks?
Yes! It supports a wide range of EVM-compatible networks including Ethereum, Polygon, and more.
Is EVM MCP Server free to use?
Yes! The server is open-source and free to use.
How secure is EVM MCP Server?
The server uses private keys only for transaction signing and does not store them, ensuring a level of security.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2513,"uuid":"9b0a7ce5-bae7-404c-a97b-cba613f80b55","name":"evm-mcp-server","title":"EVM MCP Server","description":"MCP server that provides LLM with tools for interacting with EVM networks","avatar_url":"https://avatars.githubusercontent.com/u/202444651?v=4","created_at":"2025-03-13T08:31:42.148Z","updated_at":"2025-03-18T20:37:45.864Z","status":"created","author_name":"mcpdotdirect","author_avatar_url":"https://avatars.githubusercontent.com/u/202444651?v=4","tags":"agent,mcp,ethereum,blockchain,evm,mcp-server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/mcpdotdirect/evm-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/cce5a2a14b0faab422e0bfcdc074afb46089831a0bf5930a7d8af3f31b98f847/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667","type":null,"metadata":"{\"star\":\"256\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-05-23 16:54:53\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]