Wow Vanilla
FreeNot checkedEnables AI assistants to search and retrieve documentation for Vanilla World of Warcraft Lua APIs, including function signatures, categories, protected flags, a
About
Enables AI assistants to search and retrieve documentation for Vanilla World of Warcraft Lua APIs, including function signatures, categories, protected flags, and addon scaffolding.
README
MCP server for Vanilla / Classic Era (1.12) World of Warcraft API documentation.
It helps AI assistants look up Lua AddOn APIs from the Vanilla WoW Archive API wiki — search functions, list categories, check PROTECTED flags, and scaffold a minimal addon.
This is a documentation MCP. It does not connect to or control a running WoW client.
Features
- 946 indexed APIs across 60+ categories (Action, Unit, Spell, Quest, Auction, …)
- Search by name, signature, summary, or category
PROTECTED/UI/REMOVEDtags- Wiki deep-links per function (
API_<Name>) - Vanilla-safe addon stub generator (
.tocInterface11200,arg1..arg9events)
Quick start
git clone https://github.com/David-J-Shibley/wow-vanilla-mcp.git
cd wow-vanilla-mcp
python3 -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e .
Rebuild the index from a wiki dump (optional):
python scripts/build_index.py
MCP client setup
Replace /ABSOLUTE/PATH/TO/wow-vanilla-mcp with your clone path.
Cursor
Add to ~/.cursor/mcp.json inside mcpServers:
"wow-vanilla": {
"command": "/ABSOLUTE/PATH/TO/wow-vanilla-mcp/.venv/bin/wow-vanilla-mcp",
"cwd": "/ABSOLUTE/PATH/TO/wow-vanilla-mcp"
}
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"wow-vanilla": {
"command": "/ABSOLUTE/PATH/TO/wow-vanilla-mcp/.venv/bin/wow-vanilla-mcp",
"cwd": "/ABSOLUTE/PATH/TO/wow-vanilla-mcp"
}
}
}
Quit and reopen Claude after saving.
Claude Code
claude mcp add-json wow-vanilla '{
"type": "stdio",
"command": "/ABSOLUTE/PATH/TO/wow-vanilla-mcp/.venv/bin/wow-vanilla-mcp",
"cwd": "/ABSOLUTE/PATH/TO/wow-vanilla-mcp"
}' --scope global
Tools
| Tool | Purpose |
|---|---|
get_index_info |
Index metadata / counts |
list_categories |
All categories with counts |
search_wow_api |
Fuzzy search across APIs |
get_wow_api |
Exact-name lookup |
list_apis_by_category |
Browse a category |
check_protected |
Is this API Blizzard-signed only? |
list_protected_apis |
List protected movement / click APIs |
vanilla_addon_stub |
Minimal 1.12 .toc + .lua skeleton |
Example prompts
- “Search Vanilla APIs for bag inventory helpers”
- “Is
Jumpprotected in Vanilla?” - “Show the Unit category APIs”
- “Scaffold a Vanilla addon called BagGold”
Scope / non-goals
| In scope | Out of scope |
|---|---|
| Docs lookup for addon authors | Live game automation / botting |
| Signature + summary + wiki link | Combat rotation control |
| Vanilla 1.12 flavor focus | Retail-only C_* namespaces |
License
MIT. API text sourced from the community Vanilla WoW wiki archive.
Installing Wow Vanilla
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/David-J-Shibley/wow-vanilla-mcpFAQ
Is Wow Vanilla MCP free?
Yes, Wow Vanilla MCP is free — one-click install via Unyly at no cost.
Does Wow Vanilla need an API key?
No, Wow Vanilla runs without API keys or environment variables.
Is Wow Vanilla hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Wow Vanilla in Claude Desktop, Claude Code or Cursor?
Open Wow Vanilla on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Wow Vanilla with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
