Odel
MythxEngine

MythxEngine

Local
@protolabsai2TypeScriptMITUpdated 2w ago

Tabletop RPG engine over MCP: dice, combat, stress, clocks, world generation, four bundled worlds

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mythxengine/mcp-serverv0.3.0

Run

npx -y @mythxengine/mcp-server

MCP client config

{
  "mcpServers": {
    "mythxengine": {
      "command": "npx",
      "args": [
        "-y",
        "@mythxengine/mcp-server"
      ]
    }
  }
}
MCP Bundlehttps://github.com/protoLabsAI/mythx-mcp/releases/download/v0.3.0/mythxengine-0.3.0.mcpbv0.3.0

Distributed as an MCP bundle (`https://github.com/protoLabsAI/mythx-mcp/releases/download/v0.3.0/mythxengine-0.3.0.mcpb`) — download it and import the bundle in your MCP client.