MCP Server for s&box game engine โ enables Claude to build games through conversation
| Tool name | Description | Destructive? |
|---|---|---|
| name | โ no | |
| get_project_info | โ no | |
| list_project_files | โ no | |
| read_file | โ no | |
| write_fileโ | โ yes |
| recompile_asset | โ no | |
| set_component_reference | โ no | |
| add_component_to_new_object | โ no | |
| create_objective_system | โ no | |
| create_health_system | โ no | |
| create_economy_wallet | โ no | |
| create_round_phase_machine | โ no | |
| create_day_night_clock | โ no | |
| create_interactable | โ no | |
| create_weighted_loot_table | โ no | |
| create_pickup | โ no | |
| create_save_system | โ no | |
| search_assets | โ no | |
| list_asset_library | โ no | |
| install_asset | โ no | |
| get_asset_info | โ no | |
| copy_asset_with_dependencies | โ no | |
| get_property | โ no | |
| get_all_properties | โ no | |
| list_available_components | โ no | |
| add_component_with_properties | โ no | |
| invoke_method | โ no | |
| describe_type | โ no | |
| list_libraries | โ no | |
| search_types | โ no | |
| get_method_signature | โ no | |
| find_in_project | โ no | |
| ensure_input_action | โ no | |
| snap_to_ground | โ no | |
| align_objects | โ no | |
| distribute_objects | โ no | |
| grid_duplicate | โ no | |
| measure_distance | โ no | |
| scatter_props | โ no | |
| randomize_transformsโ | โ yes | |
| group_objects | โ no | |
| start_play | โ no | |
| stop_play | โ no | |
| is_playing | โ no | |
| take_screenshot | โ no | |
| undo | โ no | |
| redo | โ no | |
| set_property | โ no | |
| get_runtime_propertyโ | โ yes | |
| set_runtime_propertyโ | โ yes |
{
"mcpServers": {
"sbox": {
"command": "npx",
"args": [
"-y",
"sbox-mcp-server"
]
}
}
}