Skip to content
Cursor

Hated WoW MCP for Cursor

io.github.rdygaming/hated-wow-mcp

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

client:Cursor transport:stdio runtime:npm

Install Hated WoW MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "hated-wow-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Hated WoW MCP in other clients