$ timeahead.in
/ servers/npm/mcp-server-code-runner
npm

mcp-server-code-runner

Code Runner MCP Server

242 stars1k/wkupdated 151d agogithub ↗
83good
▣ Overview
NPM DownloadsDocker PullsInstall in VS CodeInstall in VS Code

What it does

Code Runner executes code snippets across 40+ programming languages, including JavaScript, Python, Go, Rust, C#, Ruby, and PHP. The run-code tool accepts code as input and returns the output or runtime errors. Execution runs locally on your machine against installed interpreters and compilers.

Who it's for

Developers testing code snippets during work without leaving the editor or Claude—language explorers checking syntax and library behavior, and engineers prototyping algorithms for quick validation.

Common use cases

  • Test a Python script or JavaScript snippet without switching to a terminal
  • Verify regex patterns or string manipulations in multiple languages
  • Explore unfamiliar language syntax or standard library APIs
  • Debug algorithmic problems and see output in real time

Setup pitfalls

  • Language interpreters and compilers must be in PATH. For example, python3, node, and go must be executable from the command line.
  • Windows users may fail to connect with npx. Use bunx or the cmd workaround as documented in the README.
  • Code executes with your full user permissions. Do not run untrusted code.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
85
21.3
Adoption
20%
62
12.3
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
82.6
⚿ Capabilities & Risk Explainer
exec
◆ Risk level: medium· 1 tools · auth: mixed
exec — can run system processes directly on your machine.
Tool nameDescriptionDestructive?
run-code⚠ yes
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "mcp-code-runner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-code-runner"
      ]
    }
  }
}
📈 Score historylast 48 snapshots
4/30/20267/6/2026 · 48 snapshots
⚙ Maintenance health
12/ 100 · is this project alive?
contributors (1y)1
top contributor share100%
releases (1y)0
ci✗ none
⛁ Raw data
weekly downloads1k
github stars242
forks32
open issues17
license✓ present
readme length5389 chars
last publish8d ago
last commit151d ago
last updated15h ago
install verified✓ pass · 51d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points