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
Quick Start
Clone the repository:
git clone https://github.com/yepcode/mcp-server-jsClaude 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.