formulahendry/mcp-server-code-runner
Code Runner MCP Server
Overview
formulahendry/mcp-server-code-runner is a TypeScript MCP server licensed under MIT. Code Runner MCP Server
Ranked #4548 out of 25632 indexed tools.
Used by 14 other projects.
Ecosystem
TypeScript MIT
Signal Breakdown
Stars 239
Freshness 1mo ago
Issue Health 0%
Contributors 4
Dependents 14
Forks 28
Description Brief
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# Code Runner MCP Server
MCP Server for running code snippet and show the result.
It supports running multiple programming languages: **JavaScript, PHP, Python, Perl, Perl 6, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, C# Script, VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script, R, AppleScript, Elixir, Clojure, Racket, Scheme, AutoHotkey, AutoIt, Kotlin Script, Dart, Haskell, Ni, Lisp, Kit, V, SCSS, Sass**. Full list could be seen here in [constants.ts](https://github.com/formulahendry/mcp-server-code-runner/blob/main/src/constants.ts).
<a href="https://glama.ai/mcp/servers/d3mluq4vy9">
</a>
## Setup
### npx for VS Code
Install the Code Runner MCP server in VS Code using below buttons:
Alternatively, you can add configuration in `settings.json`:
```json
{
"mcp": {
"inputs": [],
"servers": {
"mcp-server-code-runner": {
"command": "npx",
"args": [
"-y",
"mcp-server-code- Read full README on GitHub →
Are you the maintainer? Claim this listing