Skip to content
Zed

esplora mcp for Zed

io.github.mrfentmen/esplora-mcp

Keyless MCP server for Esplora Bitcoin data: blocks, fees, transactions, addresses.

client:Zed transport:stdio runtime:npm

Install esplora mcp in Zed

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

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

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

esplora mcp in other clients