Skip to content
VS Code

Etherscan for VS Code

io.github.pipeworx-io/etherscan

Etherscan MCP — multichain block-explorer API (Etherscan V2)

client:VS Code transport:streamable-http

Install Etherscan in VS Code

.vscode/mcp.json

{
  "servers": {
    "etherscan": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/etherscan/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Etherscan in other clients