YepCode MCP Server
The YepCode MCP Server is an MCP (Model Context Protocol) server that enables AI platforms to interact with YepCode. Run LLM-generated scripts and expose your processes as tools that AI assistants can invoke.
Dynamic MCP tools server:
- Expose processes as tools — Tag with
mcp-tool(instant) or custom tags (add toYEPCODE_MCP_TOOLS) - JSON Schema parameters — Full flexibility for inputs (types, required fields, enums, defaults)
- Polyglot — Python and Node.js in the same server
Built-in capabilities
Section titled “Built-in capabilities”| Capability | Description |
|---|---|
| run_code | Execute JavaScript or Python in YepCode’s secure environment |
| Process tools | Tag with mcp-tool (auto-exposed) or custom tags in YEPCODE_MCP_TOOLS |
| Storage | list_files, upload_file, download_file, delete_file |
| API management | Processes, schedules, variables, storage, executions, modules |
Works with Cursor, Claude Desktop, and any MCP client.
Documentation
Section titled “Documentation”| Page | Description |
|---|---|
| Quickstart | Hosted + self-host, auth (OAuth vs No-OAuth) |
| Configuration | Processes as tools, env vars, tool selection |
| Tool reference | run_code, storage, API, etc. |