Code Runner runs on your own machine — the client starts it, so there is no endpoint to ping. 525 installs a week from npm. Last commit 22 Sep 2025.
Code Runner MCP Server which can run code in various programming languages.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add code-runner -- npx -y mcp-server-code-runner
{
"mcpServers": {
"code-runner": {
"args": [
"-y",
"mcp-server-code-runner"
],
"command": "npx"
}
}
}
[mcp_servers.code-runner]
command = "npx"
args = ["-y", "mcp-server-code-runner"]
{
"mcpServers": {
"code-runner": {
"args": [
"-y",
"mcp-server-code-runner"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"code-runner": {
"args": [
"-y",
"mcp-server-code-runner"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.