MCP Hub
Back to servers

dnd5e

D&D 5e MCP — wraps the D&D 5th Edition API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-dnd5e

MCP server for D&D 5th Edition spells, monsters, and classes via dnd5eapi.co. No authentication required.

Tools

ToolDescription
get_spellGet full details for a D&D 5e spell by index name
get_monsterGet full details for a D&D 5e monster by index name
get_classGet details for a D&D 5e character class by index name
list_spellsList all available D&D 5e spells

Quickstart via Pipeworx Gateway

Call any tool through the hosted gateway with zero setup:

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "dnd5e_get_spell",
      "arguments": { "index": "fireball" }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review