This is a hosted MCP server that turns the classic Zork universe into a conversational game inside Claude. You get tools like start_game, do_command, and do_commands to run parser actions, plus undo_command, list_saves, and load_save for state management. The AI translates plain English into game commands and handles the Z-machine interpreter calls for you. No need to memorize "go north" or "take lamp" syntax. Your playthrough state persists server-side with JWT auth through the mctx platform. If you want to embed interactive fiction in an AI workflow or just play a text adventure without leaving your chat window, this handles all the parser mechanics and save management over SSE transport.
claude mcp add --transport sse io.github.mctx-ai-hidden-empire https://hidden-empire.mctx.ai/v0.10.0