MCP server suite for the s&box game engine — 19 omnibus tools, ~120 actions, 3 servers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"arenula-mcp": {
"command": "npx",
"args": [
"-y",
"Nyx000/arenula-mcp"
]
}
}
}
Run in terminal:
claude mcp add arenula-mcp npx -y Nyx000/arenula-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"arenula-mcp": {
"command": "npx",
"args": [
"-y",
"Nyx000/arenula-mcp"
]
}
}
}