WoW-MCP

BerntA/WoW-MCP
★ 0 stars C# Browser/Web Updated today
A simple MCP server to fetch useful WoW details from ClassicDB
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "BerntA/WoW-MCP"
      ]
    }
  }
}

README Excerpt

A .NET MCP (Model Context Protocol) server that provides World of Warcraft Classic data from [ClassicDB](https://classicdb.ch). This MCP server exposes four tools for querying WoW Classic data: | Tool | Description | Filters | |------|-------------|---------| | `SearchItems` | Search for items | name, level range, type (Weapon/Armor/Generic) |

Tools (4)

SearchItemsSearchNpcsSearchQuestsSearchZones