evm-mcp-tools

0xGval/evm-mcp-tools
★ 17 stars JavaScript 🤖 AI/LLM Updated 1mo ago
Ethereum Tools for Claude - A comprehensive blockchain analysis toolkit that enables Claude AI to audit smart contracts, analyze wallets, track profitability, and fetch on-chain data using Model Context Protocol (MCP). Seamlessly integrates blockchain capabilities into Claude for Desktop.
View on GitHub →

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-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "0xGval/evm-mcp-tools"
      ]
    }
  }
}