Integrations
Supports containerized deployment, allowing AI systems to run YepCode processes in isolated Docker environments.
Integration with GitHub workflows for CI/CD, as indicated by the GitHub Workflow Status badge.
Enables execution of JavaScript code in YepCode's secure environment, with support for process management and environment variables.
What is YepCode MCP Server?
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.
Why YepCode MCP Server?
- Seamless AI Integration: Convert YepCode processes into AI-ready tools with zero configuration
- Real-time Process Control: Enable direct interaction between AI systems and your workflows
- Enterprise-Grade Security: Execute code in YepCode's isolated, production-ready environments
- Universal Compatibility: Integrate with any AI platform supporting the Model Context Protocol
Integration Guide
YepCode MCP server can be integrated with AI platforms like Cursor or Claude Desktop using either a remote approach (we offer a hosted version of the MCP server) or a local approach (NPX or Docker installation is required).
Remote Approach using SSE Server
- Sign up to YepCode Cloud
- Get your MCP Server URL from your workspace under:
Settings
>API credentials
. - Add the following configuration to your AI platform settings:
Local Approach
Required Environment Variables
YEPCODE_API_TOKEN
: Your YepCode API token. How to obtain:- Sign up to YepCode Cloud
- Get your API token from your workspace under:
Settings
>API credentials
Using NPX
Add the following configuration to your AI platform settings:
Using Docker
- Build the container image:
- Add the following configuration to your AI platform settings:
Debugging
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.
YepCode MCP Tools Reference
The MCP server provides several tools to interact with YepCode's infrastructure:
Code Execution
run_code
Executes code in YepCode's secure environment.
MCP Options
YepCode MCP server supports the following options:
- Disable the run_code tool: In some cases, you may want to disable the
run_code
tool. For example, if you want to use the MCP server as a provider only for the existing tools in your YepCode account. - 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.
Options can be passed as a comma-separated list in the YEPCODE_MCP_OPTIONS
environment variable or as a query parameter in the MCP server URL.
Environment Management
set_env_var
Sets an environment variable in the YepCode workspace.
remove_env_var
Removes an environment variable from the YepCode workspace.
Process Execution
The MCP server can expose your YepCode Processes as individual MCP tools, making them directly accessible to AI assistants. This feature is enabled by just adding the mcp-tool
tag to your process (see our docs to learn more about process tags).
There will be a tool for each exposed process: run_ycp_<process_slug>
(or run_ycp_<process_id>
if tool name is longer than 60 characters).
run_ycp_
get_execution
Retrieves the result of a process execution.
License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
An MCP server that enables AI platforms to interact with YepCode's infrastructure, allowing LLM-generated scripts to run on YepCode and turning YepCode processes into powerful tools that AI assistants can use directly.
Related MCP Servers
- -securityAlicense-qualityAn MCP-native server that enables intelligent task delegation from advanced AI agents like Claude to more cost-effective LLMs, optimizing for cost while maintaining output quality.Last updated -29PythonMIT License
- -securityAlicense-qualityAn MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.Last updated -387PythonMIT License
- -securityAlicense-qualityAn MCP-compliant server that enables AI systems to interact with mobile and desktop applications through Frida's dynamic instrumentation capabilities, allowing for process management, device control, JavaScript execution, and script injection.Last updated -2PythonMIT License
Notion MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server that enables AI assistants to interact with the Notion API, allowing them to search, read, comment on, and create content in Notion workspaces through natural language commands.Last updated -195,6171,472TypeScriptMIT License