Home › Other › mcp-server-code-runner

mcp-server-code-runner

Code Runner MCP Server which can run code in various programming languages.

TypeScript
★ 246 stars Last pushed 2026-02-05 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.8)

npx -y mcp-server-code-runner@0.1.8

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-code-runner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-code-runner@0.1.8"
      ]
    }
  }
}

Package (oci)

docker run -i --rm docker.io/formulahendry/mcp-server-code-runner:0.1.8

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-code-runner": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/formulahendry/mcp-server-code-runner:0.1.8"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry