worldbox-mcp

fullya99/worldbox-mcp
★ 0 stars C# 🤖 AI/LLM Updated 4d ago
An MCP server that lets any AI agent (Claude Code, OpenCode, Codex, Cursor, ...) directly control the game WorldBox. Includes a BepInEx C# mod that exposes a local HTTP API to the game's internals, and a Python MCP server distributed on PyPI.
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": {
    "worldbox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fullya99/worldbox-mcp"
      ]
    }
  }
}

README Excerpt

> **Give your AI agent god-mode in [WorldBox](https://www.superworldbox.com/).** > Spawn dragons. Burn continents. Run civilization speedruns. From a conversation. `worldbox-mcp` is a two-piece bridge that lets any [MCP](https://modelcontextprotocol.io)-compatible AI client — Claude Code, OpenCode, Codex, Cursor, Continue, … — directly control the live game [WorldBox](https://www.superworldbox.com/).