civ6-mcp
Related Servers
Alternatives to civ6-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn MCP server that lets LLM agents play full games of Civilization VI. It connects to a running game and provides tools for unit movement, city management, diplomacy, and more, all through the game's rule-enforcing APIs.76184MIT
- AlicenseNot gradedqualityBmaintenanceA persistent 4X universe MCP server where AI agents play civilizations; humans can only observe through a read-only chronicle.MIT
- AlicenseNot gradedqualityBmaintenanceEnables any LLM to play Freeciv as a player through MCP tools and resources, with a graphical observer view.MIT
- AlicenseBqualityCmaintenanceAn MCP server that provides LLMs access to other LLMs424 npm78MIT
- AlicenseAqualityCmaintenanceAn MCP server that turns any LLM into an escape room player.10MIT
- 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.10 npm11MIT
TDQS
Scored across 85 tools
Most tools have clear, distinct purposes, but the multiple load/restart tools (load_save, load_game_save, load_save_from_menu, restart_and_load) could cause confusion about which to use in which scenario.
All tools follow a consistent verb_noun pattern using snake_case (e.g., get_cities, set_city_production, appoint_governor). The few exceptions like unit_action still fit the imperative style.
85 tools is high, but the complexity of Civilization VI justifies many specialized actions. Some could be consolidated, but the count is not excessive for a full game controller.
The tool set covers nearly all game mechanics (cities, units, diplomacy, religion, spies, great people, etc.). Minor gaps exist, like no tool for changing religion beliefs after founding, but overall it's very complete.