wow-casc-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wow-casc-mcp-serverfind all .m2 files in the creature directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wow-casc-mcp-server
MCP server for reading World of Warcraft client files via CASC storage.
Tools
Tool | Description |
| Open CASC storage, returns handleId |
| Find files by wildcard mask |
| Read file content (text or base64) |
| Close storage handle |
Setup
npm installCommunity Listfile
casc_find auto-downloads the latest community listfile on first use — no manual setup needed.
Source: wowdev/wow-listfile — the canonical community listfile, same source used by wow.tools.local.
How it works:
First
casc_findwithoutlistfilePath→ downloadscommunity-listfile.csvto server directorySubsequent calls → uses local cache
Cache older than 1 day → auto re-downloads
Failed download → falls back to stale cache (if exists), otherwise returns numeric FileDataIds
Manual override: Pass listfilePath in casc_find to use a custom listfile instead.
Format: CSV with FileDataID;filename lines:
1;interface/cinematics/logo_800.avi
53183;sound/music/citymusic/darnassus/darnassus intro.mp3MCP Config
{
"mcpServers": {
"wow-casc": {
"type": "stdio",
"command": "node",
"args": ["path/to/mcp-casc/index.js"]
}
}
}Requirements
Node.js 18+
World of Warcraft installation (retail)
@jamiephan/cascliband@modelcontextprotocol/sdk(installed via npm)
Version
1.2.0 — Auto-download listfile, response limits, pagination, TTL, annotations.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/annoft/wow-casc-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server