Skip to content
Zed

open5e mcp for Zed

io.github.mrfentmen/open5e-mcp

Dungeons and Dragons monsters, spells, and classes. No key required.

client:Zed transport:stdio runtime:npm

Install open5e mcp in Zed

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

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

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

open5e mcp in other clients