RUN IN TERMINAL
claude mcp add formulahendry-code-runner -- npx -y mcp-server-code-runner
ADD TO claude_desktop_config.json
{
"mcpServers": {
"formulahendry-code-runner": {
"command": "npx",
"args": ["-y", "mcp-server-code-runner"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"formulahendry-code-runner": {
"command": "npx",
"args": ["-y", "mcp-server-code-runner"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"formulahendry-code-runner": {
"command": "npx",
"args": ["-y", "mcp-server-code-runner"]
}
}
}
About This MCP Server
Code Runner MCP Server which can run code in various programming languages.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with developer tools capabilities via the stdio transport.
Package
mcp-server-code-runner on npm
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.
What tools does it provide?
The code-runner server extends your AI assistant with developer tools capabilities. Once installed, your AI can use its tools automatically.