MythxEngine for Claude Desktop
io.github.protolabsai/mythxengine
Tabletop RPG engine over MCP: dice, combat, stress, clocks, world generation, four bundled worlds
client:Claude Desktop
transport:stdio
runtime:npm
Install MythxEngine in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mythxengine": {
"command": "npx",
"args": [
"-y",
"@mythxengine/mcp-server"
],
"env": {
"RPG_MCP_DATA_DIR": "<RPG_MCP_DATA_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs