node-code-sandbox-mcp

alfonsograziano/node-code-sandbox-mcp
★ 149 stars TypeScript 💻 Code/Dev Tools Updated 1mo ago
A Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
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": {
    "node-code-sandbox-mc": {
      "command": "npx",
      "args": [
        "-y",
        "alfonsograziano/node-code-sandbox-mcp"
      ]
    }
  }
}