# azerothcore/azerothcore-wotlk | Model Context Protocol (MCP) Server > Complete Open Source and Modular solution for MMO - **Stars**: ⭐ 8,713 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "azerothcore-wotlk": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-azerothcore-wotlk" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "azerothcore-wotlk": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-azerothcore-wotlk" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-azerothcore-wotlk` - **Docker**: `docker run -i --rm mcp/azerothcore-wotlk`