Evmole MCP Server
EVMole is a powerful library that extracts information from Ethereum Virtual Machine (EVM) bytecode, including function selectors, arguments, state mutability, persistent and transient storage layouts, and CBOR metadata, even for unverified contracts. It runs locally over stdio via the published package.
People who work with ethereum, evm and solidity and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.
VERIFIED ACTIVE
LAST COMMIT 2026-09-16 · ★ 463 · #41 OF 168 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-09-18
MIT · Rust servers · how we verify → /methodology
01 · Install Evmole
Claude Code
claude mcp add cdump-evmole -- npx -y evmole-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"cdump-evmole": {
"command": "npx",
"args": [
"-y",
"evmole-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package evmole-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.cdump is GitHub-verified and matches the repo owner
03 · What Evmole can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Limitations (from the README)
See benchmark/README.md for the methodology and commands to reproduce these results versions: evmole v0.9.3; whatsabi v0.25.0; sevm v0.7.4; evm-hound-rs v0.1.4; heimdall-rs v0.9.3
Latest releases
0.9.3 · 2026-07-31
Changes since previous release: · release 0.9.3 · Fix github release, 2nd attempt
0.9.0 · 2026-07-30
Changes since previous release: · release 0.9.0 · update benchmark results · improve vyper O(1) quality · cargo & npm update · add dispatch = abi|fallback · configurable calldata length · extract solc version · fix…
0.8.6 · 2026-07-23
Changes since previous release: · release 0.8.6 · update evmole benchmark results, small readme changes · fix Makefile · fix possible index out of bounds · state_mutability: add LOGx, ADDRESS, CALLVALUE and GAS…
04 · Who maintains Evmole
EVMole is maintained by cdump. It's the only MCP server we track from this author; the repo dates to Nov 2023.
05 · Facts
- repository
- github.com/cdump/evmole
- category
- developer tools - ranked #41 of 168 actively-maintained developer tools servers as of 2026-09-18.
- release cadence
- 4 releases in the last 90 days (latest 2026-07-31)
- registry
- io.github.cdump/evmole (active, first published 2026-07-31)
- packages
- npm:evmole-mcp
06 · Evmole FAQ
What is Evmole?
EVMole is a powerful library that extracts information from Ethereum Virtual Machine (EVM) bytecode, including function selectors, arguments, state mutability, persistent and transient storage layouts, and CBOR metadata, even for unverified contracts. It runs locally over stdio via the published package.
Is Evmole still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 4 releases in the last 90 days. We re-verify nightly.
How do I install Evmole?
Run `npx -y evmole-mcp`. You can also paste the ready-made client config above.
Does Evmole run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Evmole
Alternatives to Evmole
Maintained developer tools servers if Evmole isn't the fit.
- Xcode Build MCP XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities. ★ 6,397 · 2026-09-11
- Strata MCP server for progressive tool usage at any scale (see https://klavis.ai) ★ 5,804 · 2026-06-01
- Kubefwd Kubernetes port forwarding for local development with automatic /etc/hosts entries. ★ 4,171 · 2026-09-15
- Sem Entity-level code intelligence: semantic diff, impact analysis, blame, and context for AI agents ★ 3,352 · 2026-09-13
- Claude Code Explorer MCP Explore the Claude Code CLI source - browse tools, commands, search code, and more. ★ 3,342 · 2026-08-29
- Server for WinDbg Crash Analysis A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB ★ 1,578 · 2026-09-09
Pairs well with
Servers that cover what Evmole doesn't - only shown when the pairing reason fits the companion.
More developer tools MCP servers · Celmis · Weapp Agent MCP · Archlang MCP · Snowfakery MCP
More Rust MCP servers · Aptu Coder · Code Analyze MCP · Codescene MCP Server · Synaptic Code Intelligence · Orbit (constellation-works) · see all