
WoW Addon Dev MCP
Supports UIby netouss
Deep knowledge for World of Warcraft addon development, including Blizzard API docs, FrameXML search, and TOC validation.
What it does
This server provides an AI with deep technical knowledge of the World of Warcraft addon ecosystem. It indexes Blizzard's API documentation and FrameXML source code locally, enabling the AI to help developers write, migrate, and lint Lua code for WoW addons without requiring constant network calls to external docs.
Tools
lookup_blizzard_api: Look up a WoW in-game API function by name.search_blizzard_api: Full-text search across all API functions, events, and tables.search_framexml: Search Blizzard's FrameXML/addon source code for implementation patterns.validate_toc: Validate .toc files for correct interface versions and syntax.check_api_deprecation: Scan Lua code for deprecated API calls and suggest replacements.scaffold_addon: Generate boilerplate for new WoW addons with specified features.lint_addon_lua: Static-analysis linting for risky Lua patterns in addons.lookup_cvar: Discover and search WoW console variables (CVars).
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"wow-addon-dev": {
"command": "node",
"args": ["/path/to/wow-addon-dev-mcp/dist/index.js"],
"env": {
"WOW_UI_SOURCE_PATH": "/path/to/wow-ui-source",
"ADDONS_WORKSPACE_PATH": "/path/to/your/addons/workspace"
}
}
}
}
Supported hosts
- VS Code Copilot
- Claude Desktop
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published






