SpellWork-BFA

HavenWoW/SpellWork-BFA
★ 1 stars C# AI/LLM Updated today
Tool to browse and display information about World of Warcraft spells, with a read-only MCP server for AI agents
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}