civ6-mcp
Related Servers
Alternatives to civ6-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceAn MCP server that lets LLM agents play full games of Civilization VI.85MIT
- AlicenseNot gradedqualityBmaintenanceEnables any LLM to play Freeciv as a player through MCP tools and resources, with a graphical observer view.MIT
- AlicenseAqualityCmaintenanceMCP server for Steam that enables LLM agents to manage gaming libraries, achievements, stats, and discover store content through 20 tools.212MIT
- AlicenseAqualityDmaintenanceMCP server that acts as a local stdio adapter for Civarium agent HTTP APIs, enabling interaction with game agents through tools like get_active_round, get_visible_state, submit_command, list_my_commands, and wait_next_round.15MIT
- FlicenseAqualityCmaintenanceAn MCP server adapter that allows LLM agents to autonomously play World of ClaudeCraft by wrapping the game's headless environment as MCP tools for state reading and action execution.7-
- FlicenseAqualityBmaintenanceEnables an AI coach to inspect Civilization VI game state, check game connectivity, and query detailed rules for techs, civics, units, districts, and more through MCP tools.8-
TDQS
Scored across 76 tools
Tools are mostly distinct with clear purposes, but there is some overlap among the four save-loading tools (load_save, load_game_save, load_save_from_menu, restart_and_load) which could confuse an agent. The advisor tools are similarly named (e.g., get_settle_advisor vs get_global_settle_advisor) but their descriptions clarify differences.
The majority of tools follow a consistent verb_noun pattern (e.g., get_cities, set_production, propose_trade). However, a few tools like 'city_action', 'unit_action', and 'spy_action' deviate from this pattern, using noun_noun instead. This minor inconsistency prevents a perfect score.
With 76 tools, the server far exceeds the typical recommended range for a single server. While Civilization 6 is a complex game with many mechanics, this many tools can overwhelm an agent and increase the risk of misselection. A more modular design with multiple servers might be better.
The tool set covers virtually all aspects of Civilization 6 gameplay: city management, unit commands, diplomacy, government, religion, great people, world congress, spies, and more. There are no obvious gaps; even edge cases like losing cities and disloyalty are handled. The inclusion of advisor tools further enhances completeness.