Skip to content
Grok

tft oracle for Grok

io.github.gregario/tft-oracle

TFT champion, trait, item, and augment data for LLMs via CommunityDragon

client:Grok transport:stdio runtime:npm

Install tft oracle in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "tft-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tft-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

tft oracle in other clients