Skip to content
Cursor

dnd oracle for Cursor

io.github.gregario/dnd-oracle

D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools

client:Cursor transport:stdio runtime:npm

Install dnd oracle in Cursor

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

{
  "mcpServers": {
    "dnd-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dnd-oracle"
      ]
    }
  }
}

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

dnd oracle in other clients