EVM MCP (mcpdotdirect)
MCP server for EVM chain interactions — Ethereum, Polygon, Arbitrum, and other compatible networks via the Model Context Protocol.
EVM MCP by mcpdotdirect is an MCP server that provides structured access to EVM-compatible blockchain networks. It supports interactions with Ethereum, Polygon, Arbitrum, and other chains that implement the Ethereum Virtual Machine standard, exposing chain data queries, transaction operations, and smart contract interactions through the Model Context Protocol.
The server covers common EVM operations including balance queries, transaction lookups, block data retrieval, and smart contract reads across multiple networks. By abstracting chain-specific details behind a consistent MCP tool interface, it enables agents to work with multiple EVM chains without managing separate integrations for each network. This is useful for workflows that require cross-chain data aggregation or multi-network portfolio analysis.
Configuration involves setting up RPC endpoints for the desired chains and registering the server with an MCP-compatible client. For operations that involve sending transactions, wallet credentials must be provided via environment variables. Users should carefully control which write operations are enabled and implement confirmation steps before any on-chain execution, particularly when working across multiple chains where transaction costs and finality times vary.