Code Runner
Freeby MCP Community
Code Runner MCP Server
v0.1.8Added Apr 12, 2026
mcpcode-runnerserver
Code Runner MCP Server
Code Runner MCP Server
Installation
Reviews
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"]
}
}
}