Skip to content
VS Code

PVPWire for VS Code

com.pvpwire/pvpwire

Hand-compiled game-mechanics data for Diablo 2, Path of Exile, Diablo 3 and GW2, plus live signal.

client:VS Code transport:stdio runtime:npm

Install PVPWire in VS Code

.vscode/mcp.json

{
  "servers": {
    "pvpwire": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pvpwire/mcp-server"
      ]
    }
  }
}

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

PVPWire in other clients