Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Zork

FreeNot checked

A text-adventure interpreter as an MCP server. It enables the AI to act as the player, exploring, solving puzzles, fighting trolls, and collecting treasure thro

GitHubEmbed

About

A text-adventure interpreter as an MCP server. It enables the AI to act as the player, exploring, solving puzzles, fighting trolls, and collecting treasure through tool calls.

README

A text adventure interpreter as an MCP server. The AI is the player, it explores, solves puzzles, fights trolls, and collects treasure, turn by turn, through tool calls.

Games

  • colossal dungeon, a Zork style dungeon: a grue in the dark, a toll collecting troll, a locked grate, five treasures.
  • brainrot manor, a meme palace. Collect the aura artifacts. Become the main character.

Tools

  • list_games, available games
  • start_game(gameId), start/restart, returns your first room
  • act(command), look, go north, take the lantern, use lantern, attack troll with sword, inventory...
  • hint, a nudge for the current room
  • score, treasures, moves, win status

Run

npm install && npm run build && node dist/index.js

Example session

  1. start_game("colossal-dungeon")
  2. act("take the lantern")act("use lantern")
  3. act("go north"), a troll blocks you...
  4. act("attack troll with sword")
  5. ...find all 4 treasures to win

Add a game

Games are pure data, see src/games.ts. Rooms, items with use-effects, hints, and treasures are all declarative; no engine changes needed.

from github.com/mrfentmen/zork-mcp

Installing Zork

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/mrfentmen/zork-mcp

FAQ

Is Zork MCP free?

Yes, Zork MCP is free — one-click install via Unyly at no cost.

Does Zork need an API key?

No, Zork runs without API keys or environment variables.

Is Zork hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Zork in Claude Desktop, Claude Code or Cursor?

Open Zork on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Zork with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs