Back to Home
JamesANZ icon

evm-mcp

Verified Safe

by JamesANZ

Overview

Provides comprehensive access to Ethereum Virtual Machine (EVM) JSON-RPC methods for AI coding environments, enabling querying of any EVM-compatible network through various node providers.

Installation

Run Command
npx -y @jamesanz/evm-mcp

Environment Variables

  • RPC_URL
  • CHAIN_ID

Security Notes

The server functions as an RPC proxy, forwarding requests to a user-configured EVM node. It does not handle private keys; transaction submission requires pre-signed transaction data. RPC endpoints (RPC_URL, CHAIN_ID) are configured via environment variables, preventing hardcoded secrets. The `postinstall` script automatically modifies Claude Desktop's configuration file (`claude_desktop_config.json`) for seamless integration, which is a privileged file system operation but is documented and expected for its intended purpose. No direct 'eval' or malicious patterns were identified in the core logic beyond standard library usage.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks2
Last Update2025-12-10

Tags

EVMJSON-RPCBlockchainAI WorkflowWeb3