Skip to content
Zed

Hated WoW MCP for Zed

io.github.rdygaming/hated-wow-mcp

MCP server for WoW addons: Lua API, Blizzard UI source, CVars, art lookup, linting, scaffolding.

client:Zed transport:stdio runtime:npm

Install Hated WoW MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "hated-wow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hated-wow-mcp"
      ],
      "env": {
        "WOW_DEFAULT_FLAVOR": "<WOW_DEFAULT_FLAVOR>",
        "WOW_INSTALL_PATH": "<WOW_INSTALL_PATH>",
        "WOW_ADDON_PATH": "<WOW_ADDON_PATH>",
        "WOW_MCP_DATA_DIR": "<WOW_MCP_DATA_DIR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Hated WoW MCP in other clients