MCP server for reading World of Warcraft client files via CASC storage. Provides casc_open, casc_find, casc_read, casc_close tools.
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-casc-mcp-server": {
"command": "npx",
"args": [
"-y",
"annoft/wow-casc-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add wow-casc-mcp-server npx -y annoft/wow-casc-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"wow-casc-mcp-server": {
"command": "npx",
"args": [
"-y",
"annoft/wow-casc-mcp-server"
]
}
}
}