Submit

Code Runner Mcp

@mcpc-tech

Run JavaScript/Python code in a secure sandbox with support for **any package import**.

Tools

python-code-runner

javascript-code-runner

Server Config

{
  "mcpServers": {
    "code-runner": {
      "command": "npx",
      "args": [
        "-y",
        "deno",
        "run",
        "--allow-all",
        "jsr:@mcpc/code-runner-mcp/bin"
      ],
      "env": {
        "DENO_PERMISSION_ARGS": "--allow-net"
      },
      "transportType": "stdio"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.