Skip to content
VS Code

Data Workbench for VS Code

io.github.nirholas/data-workbench-mcp

Pump.fun creator rewards, DexScreener pair search, crypto headlines, and USD candles.

client:VS Code transport:stdio runtime:npm

Install Data Workbench in VS Code

.vscode/mcp.json

{
  "servers": {
    "data-workbench-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/data-workbench-mcp"
      ]
    }
  }
}

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

Data Workbench in other clients