Skip to content
Zed

dnd5e mcp for Zed

io.github.mrfentmen/dnd5e-mcp

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

client:Zed transport:stdio runtime:npm

Install dnd5e mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "dnd5e-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dnd5e-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

dnd5e mcp in other clients