Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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.

Lo que la gente pregunta sobre zork-mcp

¿Qué es mrfentmen/zork-mcp?

+

mrfentmen/zork-mcp es mcp servers para el ecosistema de Claude AI. MCP server that plays classic text adventure games. The LLM is the player, explore, solve puzzles, collect treasure. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-08.

¿Cómo se instala zork-mcp?

+

Puedes instalar zork-mcp clonando el repositorio (https://github.com/mrfentmen/zork-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar mrfentmen/zork-mcp?

+

Nuestro agente de seguridad ha analizado mrfentmen/zork-mcp y le ha asignado un Trust Score de 57/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene mrfentmen/zork-mcp?

+

mrfentmen/zork-mcp es mantenido por mrfentmen. La última actividad registrada en GitHub es del 2026-08-08, con 0 issues abiertos.

¿Hay alternativas a zork-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega zork-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a zork-mcp