civ6-mcp

wrislin1/civ6-mcp
★ 0 stars Python AI/LLM Updated today
An MCP server that lets LLM agents play Civilization VI.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "civ6-mcp": {
      "command": "uvx",
      "args": [
        "civ6-mcp"
      ]
    }
  }
}

Or install with pip: pip install civ6-mcp

README Excerpt

An MCP server that lets LLM agents play full games of Civilization VI. Connect any MCP-compatible client — Claude Code, Codex, Gemini CLI, or your own — to a running Civ 6 game. The agent reads game state, moves units, manages cities, conducts diplomacy, and ends turns, all through the game's own rule-enforcing APIs. No cheats, no vision model required.