Ozmium MCP Server
by
Ozmium
| Summary | Connect AI coding assistants to your S&box editor in real time — 31 MCP tools for reading, writing, and controlling your scene w |
|---|---|
| Description |
Ozmium MCP Server bridges your AI coding assistant and the S&box editor using the Model Context Protocol. Your AI can see and manipulate everything in the editor — live, in real time, with zero copy-pasting. What can your AI do with this? 🔍 Read your scene — Query GameObjects by name, tag, component, path, or spatial radius. Inspect any component's runtime property values. Get a full scene summary or walk the hierarchy. ✏️ Edit your scene — Create and destroy GameObjects, add/remove components, set property values (string, bool, int, float, Vector3, enum), reparent objects, manage tags, instantiate prefabs, and save. 📦 Browse your assets — Search models, materials, prefabs, sounds by type or name. Inspect model bones and attachments, read material shaders, view prefab structures, and force-reimport assets. 🎮 Control the editor — Start/stop play mode, select objects in the hierarchy, open assets in their editor, read the editor log, enumerate and set console variables, undo/redo. Key Features • 31 tools covering scene read, scene write, asset queries, editor control, and console access • Disabled-object aware — custom recursive walker finds objects inside disabled subtrees (unlike GetAllObjects) • Built-in Editor UI — live status, session count, and activity log via Editor → MCP → Open MCP Panel • Localhost-only SSE transport on port 8098 — lightweight, secure, nothing leaves your machine • Error-safe — all tools return errors as text content, never crashing the SSE connection Setup • Install — add Ozmium MCP Server via the S&box Library Manager • Open the panel — Editor → MCP → Open MCP Panel • Start the server — click Start MCP Server (status turns green) • Connect your AI — add to your MCP config: json { "mcpServers": { "sbox": { "url": "http://localhost:8098/sse", "type": "sse" } } } • Done. Your AI assistant now has full access to all 31 tools.Ozmium MCP Server bridges your AI coding assistant and the S&box editor using the Model Context Protocol. Your AI can see and manipulate everything in the editor — live, in real time, with zero copy-pasting.
What can your AI do with this?
🔍 Read your scene — Query GameObjects by name, tag, component, path, or spatial radius. Inspect any component's runtime property values. Get a full scene summary or walk the hierarchy.
✏️ Edit your scene — Create and destroy GameObjects, add/remove components, set property values (string, bool, int, float, Vector3, enum), reparent objects, manage tags, instantiate prefabs, and save.
📦 Browse your assets — Search models, materials, prefabs, sounds by type or name. Inspect model bones and attachments, read material shaders, view prefab structures, and force-reimport assets.
🎮 Control the editor — Start/stop play mode, select objects in the hierarchy, open assets in their editor, read the editor log, enumerate and set console variables, undo/redo.
Key Features
• 31 tools covering scene read, scene write, asset queries, editor control, and console access
• Disabled-object aware — custom recursive walker finds objects inside disabled subtrees (unlike GetAllObjects)
• Built-in Editor UI — live status, session count, and activity log via Editor → MCP → Open MCP Panel
• Localhost-only SSE transport on port 8098 — lightweight, secure, nothing leaves your machine
• Error-safe — all tools return errors as text content, never crashing the SSE connection
Setup
• Install — add Ozmium MCP Server via the S&box Library Manager
• Open the panel — Editor → MCP → Open MCP Panel
• Start the server — click Start MCP Server (status turns green)
• Connect your AI — add to your MCP config:
json
{
"mcpServers": {
"sbox": {
"url": "http://localhost:8098/sse",
"type": "sse"
}
}
}
• Done. Your AI assistant now has full access to all 31 tools.
|
| Votes | 👍8 👎1 ❤️7 |
| Error Rate | 0% |
| Reviews |
1 reviews
100% Recommended (1)
0% Promise (0)
0% Needs Work (0)
|
| Usage |
52 players
383 sessions
127 hours playtime
20 minutes avg session
Totals captured
|
| Data | {} |
| Version | Created | Size (modified) | Files | Changes |
|---|---|---|---|---|
| 166436 | 53 MB (125.9 KB) | 318 ~8 | Changes on 2026-03-26 | |
| 166417 | 53 MB (418.1 KB) | 318 +12 ~14 | Changes on 2026-03-26 | |
| 163552 | 52.8 MB (12.1 KB) | 306 ~1 | Changes on 2026-03-20 | |
| 163225 | 52.8 MB (41.4 KB) | 306 ~3 | Changes on 2026-03-19 | |
| 163220 | 52.8 MB (1.2 MB) | 306 +3 ~4 | Changes on 2026-03-18 | |
| 163202 | 51.6 MB (8.7 MB) | 303 +2 ~12 | Changes on 2026-03-18 | |
| 163180 | 43 MB | 301 -260 | Changes on 2026-03-18 | |
| 163008 | 84.4 MB (43 MB) | 561 +302 ~4 | Changes on 2026-03-18 | |
| 162931 | 41.4 MB | 259 +259 | Changes on 2026-03-18 |
Loading history…