dnd-oracle

gregario/dnd-oracle
★ 2 stars TypeScript 🔍 Search Updated 8d ago
D&D 5e SRD MCP server — monster search, spell lookup, encounter building, and character tools powered by ground-truth SRD data
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": {
    "dnd-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "gregario/dnd-oracle"
      ]
    }
  }
}