Skip to content
Zed

ethplorer mcp for Zed

io.github.mrfentmen/ethplorer-mcp

Ethereum token explorer: token info, address holdings, transaction history. No key required for...

client:Zed transport:stdio runtime:npm

Install ethplorer mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "ethplorer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ethplorer-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ethplorer mcp in other clients