node-code-sandbox-mcp

mozicim/node-code-sandbox-mcp
★ 4 stars TypeScript Code/Dev Tools Updated today
# 🐢🚀 Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficiently.
View on GitHub → Try with Claude — $10 free →

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",
        "mozicim/node-code-sandbox-mcp"
      ]
    }
  }
}

Topics

ai-agentcode-executioncode-sandboxcoding-agentjavascriptllm-toolsmcp-servermodel-control-protocolnpm-dependenciessandboxingtypescript