sbox-mcp

StephenSHorton/sbox-mcp
★ 3 stars C# 💻 Code/Dev Tools Updated today
MCP (Model Context Protocol) server for the s&box game engine editor — AI-powered scene manipulation, code execution, and editor automation
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": {
    "sbox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "StephenSHorton/sbox-mcp"
      ]
    }
  }
}