Ozmium-MCP-Server-for-Sbox

ozmium7/Ozmium-MCP-Server-for-Sbox
★ 10 stars C# 💻 Code/Dev Tools Updated 13d ago
Connect AI coding assistants to the S&box editor using the Model Context Protocol (MCP). While you're building your game, your AI assistant can see inside the editor in real time — reading your scene, listing GameObjects, and running console commands — without any copy-pasting.
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": {
    "ozmium-mcp-server-fo": {
      "command": "npx",
      "args": [
        "-y",
        "ozmium7/Ozmium-MCP-Server-for-Sbox"
      ]
    }
  }
}