Odel
hearthstone oracle

hearthstone oracle

Local
@gregario1TypeScriptMITUpdated 4mo ago

Hearthstone card search, deck analysis, strategy coaching, and archetype classification

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhearthstone-oraclev0.1.0

Run

npx -y hearthstone-oracle

MCP client config

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