Warhammer Oracle
Warhammer 40K rules, unit stats, and game flow. An MCP server.
Ask your AI assistant about datasheets, stratagems, detachments, enhancements, keywords, phase sequences, wound math, and more. Covers Warhammer 40,000, Combat Patrol, and Kill Team.
Installation
npx warhammer-oracleOr install globally:
npm install -g warhammer-oracleConfiguration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"warhammer-oracle": {
"command": "npx",
"args": ["-y", "warhammer-oracle"]
}
}
}Claude Code
claude mcp add warhammer-oracle -- npx -y warhammer-oracleTools
lookup_unit
Look up a unit datasheet by name. Returns stat profiles, ranged and melee weapons, abilities, and keywords.
"Look up the Intercessor Squad datasheet"
"What are the stats for a Leman Russ Battle Tank?"Parameters: unit_name (required), faction (optional), game_mode (optional: 40k, combat_patrol, kill_team)






