Skip to main content
Code ExecutionTypeScript

yepcode/mcp-server-js

Execute any LLM-generated code in a secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages

code-executionofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/yepcode/mcp-server-js

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-js": {
      "command": "npx",
      "args": [
        "-y",
        "yepcode/mcp-server-js"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Code Execution
Language
TypeScript
Author
yepcode