MCP Server
MCP
MythxEngine
Tabletop RPG engine over MCP: dice, combat, stress, clocks, world generation, four bundled worlds
Install
npx -y @mythxengine/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mythxengine/mcp-server",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Where sessions and world packs are stored (default: ~/.mythxengine/data)",
"name": "RPG_MCP_DATA_DIR"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/protoLabsAI/mythx-mcp/releases/download/v0.3.0/mythxengine-0.3.0.mcpb",
"version": "0.3.0",
"fileSha256": "75f4b5a77fc63bf2d945f2de1c0349ebcd2196166c41c1a1e02710c22bea75c8",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
npm
mcpb
By
Comments
Sign in to leave a comment