{"library":"mcp-server-code-runner","title":"Code Runner MCP Server","description":"The `mcp-server-code-runner` package provides a server designed to execute code snippets across a vast array of programming languages, including JavaScript, Python, PHP, Go, Ruby, TypeScript, and many others, then display their results. It acts as an MCP (Model Context Protocol) server, integrating with compatible AI clients and development environments like VS Code or Claude Desktop to offer real-time code execution capabilities. While the current version 0.1.8 suggests an early-stage or pre-1.0 development phase, it is actively maintained and serves as a powerful utility for agents requiring quick, sandboxed code execution. Its key differentiators include extensive language support (over 30 languages) and flexible deployment options via `npx` or Docker, making it highly adaptable for various AI-driven development and testing workflows.","language":"javascript","status":"active","last_verified":"Sun Apr 19","install":{"commands":["npm install mcp-server-code-runner"],"cli":null},"imports":["npx -y mcp-server-code-runner@latest","{\n  \"mcp\": {\n    \"inputs\": [],\n    \"servers\": {\n      \"mcp-server-code-runner\": {\n        \"command\": \"npx\",\n        \"args\": [\n          \"-y\",\n          \"mcp-server-code-runner@latest\"\n        ]\n      }\n    }\n  }\n}","docker run --rm -i formulahendry/mcp-server-code-runner"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"{\n  \"mcp\": {\n    \"inputs\": [],\n    \"servers\": {\n      \"mcp-server-code-runner\": {\n        \"command\": \"npx\",\n        \"args\": [\n          \"-y\",\n          \"mcp-server-code-runner@latest\"\n        ]\n      }\n    }\n  }\n}","lang":"json","description":"This quickstart demonstrates configuring the `mcp-server-code-runner` within VS Code's `settings.json` to enable code execution capabilities for AI agents. This JSON structure registers the server to be run via `npx` on demand.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}