sbox-mcp

gabrieldcl/sbox-mcp
★ 3 stars C# 🤖 AI/LLM Updated 3d ago
S&Box editor MCP server — gives Claude full real-time awareness of the S&Box editor
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",
        "gabrieldcl/sbox-mcp"
      ]
    }
  }
}