Back to Browse

Dnd5e MCP Server

Developer ToolsLow Risk9.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to the D&D 5e SRD, monsters, spells, classes, and equipment. Tools include...

About

Use this MCP server to the D&D 5e SRD, monsters, spells, classes, and equipment. Tools include...

Security Report

9.0
Low Risk9.0Low Risk

Valid MCP server (3 strong, 4 medium validity signals). 1 known CVE in dependencies (0 critical, 1 high severity) Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-dnd5e-mcp": {
      "args": [
        "-y",
        "dnd5e-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

dnd5e mcp

MCP server for the D&D 5e SRD (dnd5eapi.co), monsters, spells, classes, equipment.

Tools

ToolWhat it does
get_monsterFull stat block by index slug (adult-red-dragon, goblin…)
get_spellSpell by index slug (fireball, wish…), full text + components
list_monstersA, Z monster list to find valid slugs
get_classClass overview, hit die, skill choices, starting equipment

Usage

npm run build && node dist/index.js

Example:

get_monster { index: "adult-red-dragon" }
get_spell { index: "fireball" }

Keyless (community hosted SRD endpoint). Stat blocks include AC/HP/speed, all six ability scores, actions, and special abilities.

Reviews

No reviews yet

Be the first to review this server!