mcpbeat Sign in

Dnd Oracle MCP Server

local only

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

D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools

Installs per day peak 29 · avg 12 · -31% w/w
a month agotoday
225
Installs / week
npm · dnd-oracle
6
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Dnd 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 dnd-oracle -- npx -y dnd-oracle
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dnd-oracle": {
      "args": [
        "-y",
        "dnd-oracle"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dnd-oracle]
command = "npx"
args = ["-y", "dnd-oracle"]
.cursor/mcp.json
{
  "mcpServers": {
    "dnd-oracle": {
      "args": [
        "-y",
        "dnd-oracle"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dnd-oracle": {
      "args": [
        "-y",
        "dnd-oracle"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Dnd Oracle

same job, measured the same way
MTA:SA Documentation MCP Server
by luminaire1337

MCP server for MTA:SA documentation with intelligent search and caching

45 installs/wk local only
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

35 installs/wk local only
Mysql MCP
by neverinfamous

Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment

local only
openLCA MCP Server
by below280

Connect AI assistants to openLCA. 31 tools for database search, model building, and LCIA.

4 503 installs/wk local only
Email (IMAP/SMTP)
by boutquin

Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.

local only
Memori MCP
by memorilabs

Memori MCP server — persistent AI memory with recall and augmentation tools

107 installs/wk local only
AndroJack MCP
by vikas9793

Android engineering MCP server with verified documentation grounding and AI validation tools.

68 installs/wk local only
Onepiece Oracle
by gregario

One Piece TCG MCP server with card search, deck analysis, and set browsing

462 installs/wk local only

Dnd Oracle — questions

Answers built from our own checks of this server.

Why is there no uptime for Dnd Oracle?
Dnd 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 dnd-oracle was installed 225 times last week.
How do I connect Dnd 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 dnd-oracle straight from npm; nothing to host, nothing to sign up for.
How many people use Dnd Oracle?
The npm package dnd-oracle was installed 225 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dnd Oracle open source?
Yes — it is published under the MIT licence, written in TypeScript and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.