hearthstone-oracle

gregario/hearthstone-oracle
★ 0 stars TypeScript 🔍 Search Updated 2d ago
Hearthstone MCP server with card search, deck analysis, and strategy coaching
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hearthstone-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "gregario/hearthstone-oracle"
      ]
    }
  }
}