dnd oracle for Grok
io.github.gregario/dnd-oracle
D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools
client:Grok
transport:stdio
runtime:npm
Install dnd oracle in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dnd-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dnd-oracle"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs