D&D 5e SRD MCP server — monster search, spell lookup, encounter building, and character tools powered by ground-truth SRD data
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dnd-oracle": {
"command": "npx",
"args": [
"-y",
"gregario/dnd-oracle"
]
}
}
}
Run in terminal:
claude mcp add dnd-oracle npx -y gregario/dnd-oracle
Add to .cursor/mcp.json:
{
"mcpServers": {
"dnd-oracle": {
"command": "npx",
"args": [
"-y",
"gregario/dnd-oracle"
]
}
}
}