blizzard mcp for Zed
io.github.mrfentmen/blizzard-mcp
MCP server for Blizzard games: WoW token price, achievements, Diablo seasons. Needs free API client.
client:Zed
transport:stdio
runtime:npm
Install blizzard mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"blizzard-mcp": {
"command": "npx",
"args": [
"-y",
"blizzard-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs