Skip to content

Code Runner

Free

by MCP Community

Code Runner MCP Server

v0.1.8Added Apr 12, 2026
mcpcode-runnerserver
Works with:ClaudeGPTGeminiCopilot

Code Runner MCP Server

Code Runner MCP Server

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-server-code-runner
Add to claude_desktop_config.json
{
  "mcpServers": {
    "code-runner": {
      "command": "npx",
      "args": ["-y", "mcp-server-code-runner"]
    }
  }
}