MythxEngine for Grok
io.github.protolabsai/mythxengine
Tabletop RPG engine over MCP: dice, combat, stress, clocks, world generation, four bundled worlds
client:Grok
transport:stdio
runtime:npm
Install MythxEngine in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mythxengine": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mythxengine/mcp-server"
],
"env": {
"RPG_MCP_DATA_DIR": "<RPG_MCP_DATA_DIR>"
}
}
}
}
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