code runner for Claude Desktop
io.github.formulahendry/code-runner
Code Runner MCP Server which can run code in various programming languages.
client:Claude Desktop
transport:stdio
runtime:npm
Install code runner in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"code-runner": {
"command": "npx",
"args": [
"-y",
"mcp-server-code-runner"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs