🚀 Explore the EVM Chains MCP Server, offering 111 tools across 7 EVM networks for a complete DeFi experience.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"evm-chains-mcp-serve": {
"command": "npx",
"args": [
"-y",
"Bazinga640/evm-chains-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add evm-chains-mcp-serve npx -y Bazinga640/evm-chains-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"evm-chains-mcp-serve": {
"command": "npx",
"args": [
"-y",
"Bazinga640/evm-chains-mcp-server"
]
}
}
}