Skip to content
VS Code

chia explorer for VS Code

io.github.spacetime-technology/chia-explorer

MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.

client:VS Code transport:stdio runtime:npm

Install chia explorer in VS Code

.vscode/mcp.json

{
  "servers": {
    "chia-explorer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chia-explorer"
      ]
    }
  }
}

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

chia explorer in other clients