ethereum-mcp

gskril/ethereum-mcp

3.3

If you are the rightful owner of ethereum-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Remote MCP Server for Ethereum Tools provides a seamless integration of Ethereum-related functionalities into various MCP clients, enhancing their capabilities with blockchain technology.

Remote MCP Server for Ethereum Tools

Avaiable tools by category:

  • ABI: encode-abi-parameters, decode-abi-parameters, decode-function-data, encode-function-data, fetch-abi, function-selector
  • Crypto: keccak256-hash
  • ENS: chain-id-to-cointype, check-ens-name-availability, namehash, resolve-ens-address, resolve-ens-name

Installation

Add the following to your MCP client (Cursor, Claude Desktop, etc.) config:

{
  "mcpServers": {
    "ethereum": {
      "command": "npx",
      "args": ["mcp-remote", "https://ethereum-mcp.gregskril.workers.dev/mcp"]
    }
  }
}

Some clients (like Cursor) also support a simplified config:

{
  "mcpServers": {
    "ethereum": {
      "url": "https://ethereum-mcp.gregskril.workers.dev/mcp"
    }
  }
}

You might need to restart some clients (like Claude Desktop) for the tools to become available.