← Index

io.github.siriuslattice/evmcp

io.github.siriuslattice/evmcp·v0.1.3·Other
Quality Score
80
/100

Multi-chain EVM blockchain data with companion smart contracts

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "evmcp": {
      "command": "npx",
      "args": [
        "-y",
        "evmcp"
      ],
      "env": {
        "ALCHEMY_API_KEY": "<your-alchemy_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "evmcp": {
      "command": "npx",
      "args": [
        "-y",
        "evmcp"
      ],
      "env": {
        "ALCHEMY_API_KEY": "<your-alchemy_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y evmcp
§02  Environment variables
ALCHEMY_API_KEY
requiredsecret

Alchemy API key for RPC access

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other