Skip to content
VS Code

blizzard mcp for VS Code

io.github.mrfentmen/blizzard-mcp

MCP server for Blizzard games: WoW token price, achievements, Diablo seasons. Needs free API client.

client:VS Code transport:stdio runtime:npm

Install blizzard mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "blizzard-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "blizzard-mcp"
      ]
    }
  }
}

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

blizzard mcp in other clients