Skip to content

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 to YEPCODE_MCP_TOOLS)
  • JSON Schema parameters — Full flexibility for inputs (types, required fields, enums, defaults)
  • PolyglotPython and Node.js in the same server
CapabilityDescription
run_codeExecute JavaScript or Python in YepCode’s secure environment
Process toolsTag with mcp-tool (auto-exposed) or custom tags in YEPCODE_MCP_TOOLS
Storagelist_files, upload_file, download_file, delete_file
API managementProcesses, schedules, variables, storage, executions, modules

Works with Cursor, Claude Desktop, and any MCP client.

PageDescription
QuickstartHosted + self-host, auth (OAuth vs No-OAuth)
ConfigurationProcesses as tools, env vars, tool selection
Tool referencerun_code, storage, API, etc.