Skip to content
Windsurf

Hated WoW MCP for Windsurf

io.github.rdygaming/hated-wow-mcp

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

client:Windsurf transport:stdio runtime:npm

Install Hated WoW MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Hated WoW MCP in other clients