The Ethereum Improvement Proposal repository

13,943 stars Go 1 file ยท ~1,271 tokens

EIPs MCP Server

MCP server for ethereum/EIPs

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "EIPs": {
      "command": "npx",
      "args": [
        "-y",
        "@ethereum/EIPs"
      ]
    }
  }
}