Skip to main content
ClaudeWave

MCP server that plays classic text adventure games. The LLM is the player, explore, solve puzzles, collect treasure.

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated 1mo ago
ClaudeWave Trust Score
57/100
· OK
Passed
  • Recently active
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mrfentmen/zork-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "zork-mcp": {
      "command": "node",
      "args": ["/path/to/zork-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mrfentmen/zork-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# zork mcp

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

```bash
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.

What people ask about zork-mcp

What is mrfentmen/zork-mcp?

+

mrfentmen/zork-mcp is mcp servers for the Claude AI ecosystem. MCP server that plays classic text adventure games. The LLM is the player, explore, solve puzzles, collect treasure. It has 0 GitHub stars and its last recorded update is dated 2026-08-08.

How do I install zork-mcp?

+

You can install zork-mcp by cloning the repository (https://github.com/mrfentmen/zork-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mrfentmen/zork-mcp safe to use?

+

Our security agent has analyzed mrfentmen/zork-mcp and assigned a Trust Score of 57/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains mrfentmen/zork-mcp?

+

mrfentmen/zork-mcp is maintained by mrfentmen. The last recorded GitHub activity is dated 2026-08-08, with 0 open issues.

Are there alternatives to zork-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy zork-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mrfentmen/zork-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mrfentmen-zork-mcp)](https://claudewave.com/repo/mrfentmen-zork-mcp)
<a href="https://claudewave.com/repo/mrfentmen-zork-mcp"><img src="https://claudewave.com/api/badge/mrfentmen-zork-mcp" alt="Featured on ClaudeWave: mrfentmen/zork-mcp" width="320" height="64" /></a>

More MCP Servers

zork-mcp alternatives