Skip to content
Grok

open5e mcp for Grok

io.github.mrfentmen/open5e-mcp

Dungeons and Dragons monsters, spells, and classes. No key required.

client:Grok transport:stdio runtime:npm

Install open5e mcp in Grok

.mcp.json (in your project root)

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

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

open5e mcp in other clients