★ 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"
]
}
}
}
Run in terminal:
claude mcp add sbox-mcp npx -y StephenSHorton/sbox-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"sbox-mcp": {
"command": "npx",
"args": [
"-y",
"StephenSHorton/sbox-mcp"
]
}
}
}