EVMCP
About
MCP server giving AI assistants real-time access to EVM blockchain data across Base, Optimism, Avalanche, and Celo — with companion smart contracts for batch queries and cross-chain data.
Details
- Author
- SiriusLattice
- Downloads
- 300
- Categories
- Other
Jump to
- 28 tools for querying on-chain data across networks.
- Supports balances, blocks, transactions, gas, ERC20, ENS, events, cross-chain comparisons.
- Four companion smart contracts deployed on all four chains.
- Enables batch queries and on-chain tool registry.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
EVMCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install EVMCP using npx -y evmcp. Then configure your MCP client to access its 28 tools.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"evmcp": {
"evmcp": {
"command": "npx",
"args": [
"-y",
"evmcp"
],
"env": {
"ALCHEMY_API_KEY": "your_key_here"
}
}
}
}
}
McpServers
{
"evmcp": {
"command": "npx",
"args": [
"-y",
"evmcp"
],
"env": {
"ALCHEMY_API_KEY": "your_key_here"
}
}
}
EVMCP provides 28 tools for querying on-chain data: balances, blocks, transactions, gas prices, ERC20 tokens, ENS resolution, contract events, and cross-chain comparisons. It includes 4 companion smart contracts deployed on all 4 chains for batch queries and on-chain tool registry. Install with npx -y evmcp.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



