Skip to content
Cursor

dnd5e mcp for Cursor

io.github.mrfentmen/dnd5e-mcp

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

client:Cursor transport:stdio runtime:npm

Install dnd5e mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "dnd5e-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dnd5e-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dnd5e mcp in other clients