Run LLM-generated JavaScript or Python code securely with YepCode's sandboxed MCP server supporting JSON Schema tool parameters.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window β this can mean a slow first-time install rather than a real problem.
npx -y @yepcode/mcp-serverNo response to initialize.
This is an experimental automated check and can have false negatives β missing environment variables, a slow cold install, etc. It doesnβt necessarily mean somethingβs wrong. Last checked 1mo ago.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Js.

An MCP (Model Context Protocol) server that enables AI platforms to interact with YepCode's infrastructure. Run LLM-generated scripts and turn your YepCode processes into powerful tools that AI assistants can use directly. YepCode is the perfect environment to build a dynamic MCP tools server: expose each process as a tool (with OAuth, API tokens, or your credentials), define each tool's parameters with JSON Schema for full flexibility, and implement tools in Python or Node.jsβall in one server that mixes multiple languages.
YepCode is built to be the ideal platform for running a dynamic MCP tools server:
One process, one tool: Each YepCode process can be exposed as an MCP tool. Tag your processes (e.g. mcp-tool, core, automation) and they become tools that AI assistants can invoke. You can secure access with OAuth, API tokens, or your existing YepCode credentialsβeach tool runs in your workspace with the same security model.
Full control over tool parameters: Every tool can define its own parameter schema as JSON Schema. You get complete flexibility to describe inputs (types, descriptions, required fields, enums, defaults, etc.), so the AI receives rich metadata and can call your tools correctly.
Polyglot tool implementations: Implement tools in Python or Node.js (or both). The same MCP server can expose tools backed by different runtimesβthink of it as one MCP server that mixes implementations across several languages.
For complete documentation, see the YepCode MCP Server docs.
This package lets you run the YepCode MCP server locally or in your own infrastructure (NPX, Docker, or custom deployment). Integrate it with AI platforms like Cursor or Claude Desktop.
Tip: From your YepCode account you also have access to a hosted MCP server that doesn't require local installation. The connection URL is always:
https://cloud.yepcode.io/mcp
Get your YepCode API credentials:
Settings > API credentials to create a new API token.Make sure you have Node.js installed (version 18 or higher), and use a configuration similar to the following:
Debugging MCP servers can be tricky since they communicate over stdio. To make this easier, we recommend using the MCP Inspector, which you can run with the following command:
This will start a server where you can access debugging tools directly in your browser.
The MCP server provides several tools to interact with YepCode's infrastructure:
Executes code in YepCode's secure environment.
YepCode MCP server supports the following options:
runCodeCleanup: Skip the run_code cleanup. By default, run_code processes source code is removed after execution. If you want to keep it for audit purposes, you can use this option.skipCodingRules: Skip including coding rules in the run_code tool definition. By default, JavaScript and Python coding rules from YepCode documentation are included in the tool schema to guide AI-generated code. If you want to skip this for faster tool initialization or smaller tool definitions, you can use this option.Options can be passed as a comma-separated list in the YEPCODE_MCP_OPTIONS environment variable.
You can control which tools are enabled by setting the YEPCODE_MCP_TOOLS environment variable with a comma-separated list of tool categories and process tags:
Built-in tool categories:
run_code: Enables the code execution toolyc_api: Enables all basic API management tools (processes, schedules, variables, storage, executions, modules)yc_api_full: Enables all API management tools including version-related tools (extends yc_api with additional process and module version management tools)execute_process_sync, get_execution,...)Process tags:
mcp-tool, core, automation, etc.)yc_ and the process ID if the name is longer than 60 characters)If not specified, all built-in tools are enabled by default, but no process tools will be exposed.
Example scenarios:
YEPCODE_MCP_TOOLS=run_code,yc_api - Enables built-in code execution and basic API management toolsYEPCODE_MCP_TOOLS=run_code,yc_api_full - Enables built-in code execution and all API management tools (including version management)YEPCODE_MCP_TOOLS=core,automation - Only exposes processes tagged with "core" or "automation" as toolsYEPCODE_MCP_TOOLS=run_code,yc_api,core - Enables built-in tools plus all processes tagged with "core"Sets an environment variable in the YepCode workspace.
Removes an environment variable from the YepCode workspace.
YepCode provides a built-in storage system that allows you to upload, list, download, and delete files. These files can be accessed from your code executions using the yepcode.storage helper methods.
Lists all files in your YepCode storage.
Uploads a file to YepCode storage.
Downloads a file from YepCode storage.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/yepcode-mcp-server-js)<a href="https://allmcps.com/mcp/yepcode-mcp-server-js"><img src="https://allmcps.com/api/badge/yepcode-mcp-server-js?style=directory" alt="MCP Server Js on AllMCPs" /></a>