Skip to content
Grok

hearthstone oracle for Grok

io.github.gregario/hearthstone-oracle

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

client:Grok transport:stdio runtime:npm

Install hearthstone oracle in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

hearthstone oracle in other clients