$ timeahead_
← mcp scores
82
mcp-server-code-runner

Code Runner MCP Server

overview

What it does

Provides a run-code tool that executes code snippets in 40+ programming languages and returns output. Supports JavaScript, Python, PHP, Go, Ruby, Perl, C#, TypeScript, Scala, Swift, Kotlin, Julia, Haskell, Elixir, Clojure, Racket, and others. Execution requires interpreters or compilers for target languages to be installed and available in the system PATH.

Who it's for

Developers and AI agents embedding code execution into interactive workflows. Useful for teams testing language features, validating logic, or building AI systems that run code as part of reasoning. Not suitable for running untrusted code — sandboxing is the caller's responsibility.

Common use cases

  • Execute JavaScript or Python snippets to test code logic without leaving your editor
  • Run shell commands to query system information
  • Validate code behavior across multiple programming languages
  • Allow Claude to execute and verify code interactively

Setup pitfalls

  • Requires language interpreters and compilers in PATH — verify with which python or node --version before use
  • On Windows, npx may fail to connect; use bunx or wrap with cmd /c as a workaround
  • Last commit 104 days ago; check GitHub for compatibility with your target language versions
install
add to your claude desktop / cursor / windsurf mcp config:
{
  "mcpServers": {
    "mcp-code-runner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-code-runner"
      ]
    }
  }
}
per-client install guide (claude desktop · cursor · windsurf · vscode · claude code) →
owner of this server? claim your listing to get a verified badgeclaim →
score breakdown
security (35%)100
freshness (25%)85
adoption (20%)57
quality (10%)90
trust (10%)50
capabilities · what this server can do
1 tool detected·auth: mixed
medium risk
● active   ○ not requested  ·  hover each badge for details
fs read fs write network exec eval secrets
why medium risk: exec — can run system processes directly on your machine.
  • run-code
maintenance health
12/ 100 · is this project alive
contributors (1y)1
top contributor share100%
releases (1y)0
ci✗ none
raw data
weekly downloads592
github stars241
forks30
open issues16
license✓ present
readme length5389 chars
last publish18d ago
last commit106d ago
last updated2h ago
install verified✓ pass · 6d ago
score drop alerts
get notified by email when this server's score drops 5+ points