Skip to content
Cursor

tft oracle for Cursor

io.github.gregario/tft-oracle

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

client:Cursor transport:stdio runtime:npm

Install tft oracle in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tft oracle in other clients