Dnd Oracle MCP Server

D&D 5e SRD MCP server - monster search, spell lookup, encounter building, and character tools powered by ground-truth SRD data. Its 20 documented tools cover monsters, spells, browse, build. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-01 · ★ 5 · #379 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Dnd Oracle

Claude Code

claude mcp add gregario-dnd-oracle -- npx -y dnd-oracle

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "gregario-dnd-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "dnd-oracle"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package dnd-oracle - unscoped; check the name against the project README before installing

registry namespace io.github.gregario is GitHub-verified and matches the repo owner

03 · What Dnd Oracle can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search by level, school, class, concentration, ritual, damage type, save type, search weapons, armor, gear, and magic items. Filter by properties, rarity, view class features at any level. Multiclass feature combination calculator, and view race traits, ability bonuses, subraces.

Capability map

Tools grouped from the project's README - what Dnd Oracle lets an agent do.

read & search

4 tools - e.g. Full-text search with CR, type, size, alignment filters. Returns full stat blocks.; Search by level, school, class, concentration, ritual, damage type, save type.; Search weapons, armor, gear, and magic…

search_monsters · search_spells · search_equipment · search_rules

Browse

2 tools - e.g. View class features at any level. Multiclass feature combination calculator.; View race traits, ability bonuses, subraces.

browse_classes · browse_races

Build

2 tools - e.g. Calculate XP budgets by difficulty. Suggests monster combinations within budget.; Full character sheet from race + class + level + ability scores. HP, saves, DC, features.

build_encounter · build_character

Plan

2 tools - e.g. Available spells for class/level. Slot tracking, concentration flags, ritual highlights, component costs.; Daily XP budget, encounter sequencing, resource pacing, rest placement.

plan_spells · plan_adventuring_day

Analyze

2 tools - e.g. Total weight, cost, AC breakdown, encumbrance status from equipment list.; Party composition audit: saving throw coverage, role balance, darkvision, languages.

analyze_loadout · analyze_party

Suggest

1 tool - e.g. Tactically interesting encounters with monster role inference and synergy notes.

suggest_encounter

Compare

1 tool - e.g. Side-by-side stat comparison of 2-3 monsters.

compare_monsters

Check

1 tool - e.g. Consolidated resistance/immunity matrix for a group of monsters. Party damage gap warnings.

check_resistances

Latest releases

v0.2.3 · 2026-06-15

v0.1.2 · 2026-05-02

v0.1.1 · 2026-05-02

04 · Who maintains Dnd Oracle

dnd-oracle is maintained by gregario. We track 12 MCP servers from gregario - 12 actively maintained, 41 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from gregario.

  1. warhammer-oracle Warhammer 40K and Kill Team rules, stats, and game flow MCP server ★ 9
  2. brewers-almanack Brewing knowledge MCP - beer styles, ingredients, off-flavours, water chemistry, recipes ★ 2
  3. lego-oracle LEGO sets, parts, minifigs, and inventories as an MCP server ★ 2
  4. astronomy-oracle Astronomical catalog data and observing session planner. 13,000+ objects from OpenNGC. ★ 3
  5. lorcana-oracle Disney Lorcana TCG MCP server with card search, deck analysis, ink curves, and set browsing ★ 3
  6. mtg-oracle Magic: The Gathering MCP server - cards, rules, combos, and Commander intelligence ★ 4

05 · Facts

category
other - ranked #379 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-15)
registry
io.github.gregario/dnd-oracle (active, first published 2026-03-16)
packages
npm:dnd-oracle

06 · Dnd Oracle FAQ

Is Dnd Oracle still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-01 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Dnd Oracle do?

With this server connected, an agent can search by level, school, class, concentration, ritual, damage type, save type, search weapons, armor, gear, and magic items. Filter by properties, rarity, view class features at any level. Multiclass feature combination calculator, and view race traits, ability bonuses, subraces.

How do I install Dnd Oracle?

Run `npx -y dnd-oracle`. You can also paste the ready-made client config above.

Does Dnd Oracle run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Dnd Oracle

More MCP servers to compare · Lego Oracle · Lorcana Oracle · Mtg Oracle · MAL MCP Server · Pulsenetwork

More TypeScript MCP servers · Godot Forge · Onepiece Oracle · see all