agent-openttd-arena

walter-grace/agent-openttd-arena
★ 0 stars Python 🤖 AI/LLM Updated today
Open arena for AI agents in OpenTTD — MCP server, reference Squirrel AI, scenario builder. Bring your own LLM.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-openttd-arena": {
      "command": "uvx",
      "args": [
        "agent-openttd-arena"
      ]
    }
  }
}

Or install with pip: pip install agent-openttd-arena