
Code Runner Mcp
@mcpc-tech
Code Runner Mcp について
Build agentic-MCP servers by composing existing MCP tools.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"code-runner": {
"command": "npx",
"args": [
"-y",
"deno",
"run",
"--allow-all",
"jsr:@mcpc/code-runner-mcp/bin"
],
"env": {
"DENO_PERMISSION_ARGS": "--allow-net"
},
"transportType": "stdio"
}
}
}ツール
2Execute a Python snippet using pyodide and return the combined stdout/stderr(To see the results, make sure to write to stdout/stderr ). Send only valid Python code compatible with pyodide runtime. # Packages You can directly import pure Python packages with wheels as well as packages from PyPI, the JsDelivr CDN or from other URLs.
Execute a JavaScript/TypeScript snippet using Deno runtime and return the combined stdout/stderr(To see the results, make sure to write to stdout/stderr ). Send only valid JavaScript/TypeScript code compatible with Deno runtime (prefer ESM syntax). ** Runs on server-side, not browser. ** # Packages Support 1. For npm packages (ESM preferred): import { get } from "npm:lodash-es" import { z } from "npm:zod" 2. For Deno packages from JSR: import { serve } from "jsr:@std/http" import { join } from "jsr:@std/path" 3. Support NodeJS built-in modules: import fs from "node:fs" import path from "node:path"
概要
What is Code Runner Mcp?
Code Runner Mcp is a tool for building agentic-MCP servers by composing existing MCP tools.
How to use Code Runner Mcp?
—
Key features of Code Runner Mcp
- Builds agentic-MCP servers
- Composes existing MCP tools
Use cases of Code Runner Mcp
—
FAQ from Code Runner Mcp
—
「開発者ツール」の他のコンテンツ
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
test
prysmaticlabsGo implementation of Ethereum proof of stake
コメント