MCP Dungeon Game
Related Servers
Alternatives to MCP Dungeon Game
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables Claude AI to play a cookie-themed dungeon RPG, including clicking cookies, recruiting heroes, exploring dungeons, and managing inventory through natural language commands.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to play a procedurally generated roguelike dungeon game with cross-model leaderboards and weekly challenges.MIT
- FlicenseBqualityDmaintenanceA lightweight ChatGPT app that converts your LLM into a Dungeon Master!352-
- FlicenseNot gradedqualityCmaintenanceEnables a minimal multiplayer text TRPG with DM, human, and agent roles, shared room event logs, staged turns, and server-side d20 checks.-
- AlicenseCqualityAmaintenanceRPG game engine that lets AI run tabletop sessions without hallucinating mechanics. SQLite-backed persistence, D\&D 5e-style combat, procedural world generation, and deterministic dice.10012 npm43MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to act as dynamic dungeon masters for text-based RPGs with dynamically generated rule systems and comprehensive game state management.2 npm12MIT
TDQS
Scored across 15 tools
Most tools have distinct purposes, but there is some overlap between equip_item/equip_holding_item and unequip_item/unequip_holding_item, which could cause confusion about when to use each. However, descriptions clarify that 'holding items' are consumables like herbs and charms, while 'items' are equipment, helping to differentiate them.
All tool names follow a consistent verb_noun pattern in snake_case, such as buy_item, create_player, and view_inventory. There are no deviations in naming conventions, making the set predictable and easy to understand.
With 15 tools, the count is well-suited for a dungeon game server, covering core aspects like character management, dungeon exploration, inventory, and shop interactions without being overwhelming or too sparse.
The tool set provides comprehensive coverage for a dungeon game, including initialization, character creation, dungeon selection, exploration, inventory management, and shop interactions. A minor gap is the lack of a tool for saving or loading game progress explicitly, but init_game handles save file creation, and other tools imply ongoing state management.