mcpbeat Sign in

Evmcp MCP Server

by siriuslattice Your server? Claim it
local only

Evmcp runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 9 Apr 2026.

Multi-chain EVM blockchain data with companion smart contracts

Installs per day peak 25 · avg 7 · +17% w/w
a month agotoday
33
Installs / week
npm · evmcp
0
Stars
0 open issues
9 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        "input": "0x608060405234801561000f575f80fd5b5060405161127938038061127983398101604081905261002e916100e4565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b61006581610079565b50506001805460ff60a01b19169055610111565b6001805460016001…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add evmcp -- npx -y evmcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "evmcp": {
      "args": [
        "-y",
        "evmcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.evmcp]
command = "npx"
args = ["-y", "evmcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "evmcp": {
      "args": [
        "-y",
        "evmcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "evmcp": {
      "args": [
        "-y",
        "evmcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ALCHEMY_API_KEY (Alchemy API key for RPC access). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Evmcp

same job, measured the same way
MCP Klever VM
by klever-io

MCP server for Klever blockchain smart contract development.

39 installs/wk 16 tools answering
MCP Contracts
by cryptoapis-io

MCP server for smart contract ABIs and on-chain data from EVM and Solana via Crypto APIs

82 installs/wk local only
Etherscan
by etherscan

Read-only Etherscan V2 blockchain data: balances, transactions, transfers, tokens, contracts, logs.

16 tools answering
Blockchair
by pipeworx-io

Blockchair multi-chain block explorer (BTC, ETH, LTC, DOGE, XMR, +12 more)

40 tools answering
Pythia Oracle MCP
by pythia-the-oracle

Every smart contract deserves intelligence, not just data. On-chain indicators via Chainlink.

1 415 installs/wk local only
MCP Enrichment
by intelagentstudios

Multi-source entity enrichment: company data, contacts, email verification, and phone validation

70 installs/wk local only
Blockscout MCP Server
by smithery

Provide AI agents and automation tools with contextual access to blockchain data including balance…

answering
Zkverify
by zkarchitect

Cryptographically verifiable blockchain data with Merkle proofs + ECDSA signing.

31 installs/wk local only

Evmcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Evmcp?
Evmcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package evmcp was installed 33 times last week.
How do I connect Evmcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls evmcp straight from npm; nothing to host, nothing to sign up for.
How many people use Evmcp?
The npm package evmcp was installed 33 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Evmcp open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.