Advanced WoW Server MCP - Universal World of Warcraft repack management toolkit.
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-server-mcp": {
"command": "npx",
"args": [
"-y",
"timoinglin/wow-server-mcp"
]
}
}
}
Run in terminal:
claude mcp add wow-server-mcp npx -y timoinglin/wow-server-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"wow-server-mcp": {
"command": "npx",
"args": [
"-y",
"timoinglin/wow-server-mcp"
]
}
}
}