warhammer-oracle

gregario/warhammer-oracle
★ 4 stars TypeScript 📦 Other Updated 2d ago
Warhammer 40K and Kill Team rules, stats, and game flow MCP server
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": {
    "warhammer-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "gregario/warhammer-oracle"
      ]
    }
  }
}