Loading MCP server directory, please wait...
Code Runner MCP Server which can run code in various programming languages.
npx @getmcp/cli add io.github.formulahendry/code-runnerRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.formulahendry/code-runner": {
"command": "npx",
"args": [
"-y",
"mcp-server-code-runner"
]
}
}
}