mcpbeat Sign in

Hated WoW MCP Server

by rdygaming Your server? Claim it
local only

Hated WoW MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 622 installs a week from npm. Last commit 19 Sep 2026.

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

Installs per day peak 427 · avg 22 · +1303% w/w
a month agotoday
622
Installs / week
npm · hated-wow-mcp
6
Stars
0 open issues
19 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/index.ts:17, src/sync/index.ts:47
    const result = spawnSync(process.execPath, [dispatcher, ...process.argv.slice(3)], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hated-wow-mcp -- npx -y hated-wow-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hated-wow-mcp": {
      "args": [
        "-y",
        "hated-wow-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hated-wow-mcp]
command = "npx"
args = ["-y", "hated-wow-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hated-wow-mcp": {
      "args": [
        "-y",
        "hated-wow-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hated-wow-mcp": {
      "args": [
        "-y",
        "hated-wow-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WOW_DEFAULT_FLAVOR (Client to answer for when a tool call does not name one.), WOW_INSTALL_PATH (Your World of Warcraft folder. Auto-detected in the standard locations if unset.), WOW_ADDON_PATH (AddOns folder the addon tools read and write. Confines them to that directory.), WOW_MCP_DATA_DIR (Where synced UI source and game data are stored. Defaults to the OS cache directory.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hated WoW MCP

same job, measured the same way
OmniGlyph
by aidi1723

Local symbol ground truth MCP server for Unicode lookup and code-symbol linting.

97 installs/wk local only
Pipe Docs (SPR) MCP Server
by machuraharry

Docs + source RAG for Pipe language: semantic search, cited answers, code symbol lookup.

local only
FlutterSDK Artisan
by fluttersdk

CLI framework and stdio MCP server for Flutter: scaffolding, hot reload, REPL, codegen.

local only
MCP Correios
by codespar

MCP server for Correios — package tracking, shipping rates, CEP lookup

16 installs/wk local only
MCP Z API
by codespar

MCP server for Z-API — WhatsApp messaging, contacts, media

19 installs/wk local only
MCP Stripe
by codespar

MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)

18 installs/wk local only
Testing Repo
by vinur1992

An MCP server that created for demo

local only
Vector DB MCP
by kroq86

Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup.

local only

Hated WoW MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hated WoW MCP?
Hated WoW MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package hated-wow-mcp was installed 622 times last week.
How do I connect Hated WoW MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hated-wow-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hated WoW MCP?
The npm package hated-wow-mcp was installed 622 times in the last week. Week over week that is +1303%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hated WoW MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.