Tool to browse and display information about World of Warcraft spells, with a read-only MCP server for AI agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"spellwork-bfa": {
"command": "npx",
"args": [
"-y",
"HavenWoW/SpellWork-BFA"
]
}
}
}
Run in terminal:
claude mcp add spellwork-bfa npx -y HavenWoW/SpellWork-BFA
Add to .cursor/mcp.json:
{
"mcpServers": {
"spellwork-bfa": {
"command": "npx",
"args": [
"-y",
"HavenWoW/SpellWork-BFA"
]
}
}
}