Skip to content
VS Code

Dnd5e for VS Code

io.github.pipeworx-io/dnd5e

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

client:VS Code transport:streamable-http

Install Dnd5e in VS Code

.vscode/mcp.json

{
  "servers": {
    "dnd5e": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/dnd5e/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Dnd5e in other clients