mcpbeat Sign in

Warhammer Oracle MCP Server

local only

Warhammer Oracle runs on your own machine — the client starts it, so there is no endpoint to ping. 270 installs a week from npm. Last commit 5 Sep 2026.

Warhammer 40K and Kill Team rules, stats, and game flow MCP server

Installs per day peak 226 · avg 70 · -6% w/w
a month agotoday
270
Installs / week
npm · warhammer-oracle
10
Stars
1 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Warhammer Oracle every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add warhammer-oracle -- npx -y warhammer-oracle
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "warhammer-oracle": {
      "args": [
        "-y",
        "warhammer-oracle"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.warhammer-oracle]
command = "npx"
args = ["-y", "warhammer-oracle"]
.cursor/mcp.json
{
  "mcpServers": {
    "warhammer-oracle": {
      "args": [
        "-y",
        "warhammer-oracle"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "warhammer-oracle": {
      "args": [
        "-y",
        "warhammer-oracle"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Warhammer Oracle

same job, measured the same way
USGS Water Services MCP Server
by mansurjisan

USGS Water Services streamflow, flood stages, and peak events via waterservices.usgs.gov

70 installs/wk local only
Aishelf MCP Server
by vedant2254

MCP server for AIShelf - allows AI model to choose workflows, rules, skills, and prompts for a task

49 installs/wk local only
Godot MCP Runtime
by erodenn

Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.

1 340 installs/wk local only
Pondlog Usgs
by andrewschristison

USGS Water Services MCP server. Real-time streamflow, gage height, and site metadata from NWIS.

38 installs/wk local only
Steam MCP Server
by grinv

Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API).

157 installs/wk local only
Tekna Events & News
by vortiago

MCP server for Tekna events and news

89 installs/wk local only
MCP Cloudflare
by crunchtools

Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules

72 installs/wk local only
Git MCP Server
by ray0907

MCP server for GitLab and GitHub

37 installs/wk local only

Warhammer Oracle — questions

Answers built from our own checks of this server.

Why is there no uptime for Warhammer Oracle?
Warhammer Oracle runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package warhammer-oracle was installed 270 times last week.
How do I connect Warhammer Oracle?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls warhammer-oracle straight from npm; nothing to host, nothing to sign up for.
How many people use Warhammer Oracle?
The npm package warhammer-oracle was installed 270 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Warhammer Oracle open source?
Yes — it is published under the MIT licence, written in TypeScript, 10 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.