dayz-mcp

willy92wins/dayz-mcp
★ 0 stars Python AI/LLM Updated 1d ago
Typed MCP tools that drive DayZ (DayZDiag): server-authoritative control and structured data for agents
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": {
    "dayz-mcp": {
      "command": "uvx",
      "args": [
        "dayz-mcp"
      ]
    }
  }
}

Or install with pip: pip install dayz-mcp

README Excerpt

**An MCP server that puts an agent's hands on a running DayZ: build a mod, launch the game, put the world into a state, act, and read back what the engine did — 49 typed tools (+ `exec_enforce` when an allowlist is configured), server-authoritative, no keyboard, no OCR.** Two things fall out of that, and both are new for this game:

Tools (1)

notify_players