Execute any LLM-generated code in the YepCode secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with
YepCode becomes available to MCP clients through the yepcode mcp server. Execute any LLM-generated code in the YepCode secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages.
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.
Once connected, the assistant can call these 14 tools directly:
get_processes — List processes with optional filteringcreate_process — Create new processes with source codeget_process — Get process detailsupdate_process — Update an existing processdelete_process — Delete a processget_process_versions — Get process versions (requires yc_api_full)execute_process_async — Execute a process asynchronouslyexecute_process_sync — Execute a process synchronouslyschedule_process — Schedule a process to run automaticallyget_schedules — List scheduled processesget_schedule — Get schedule detailspause_schedule — Pause a scheduled processresume_schedule — Resume a paused scheduledelete_schedule — Delete a scheduleThe server is distributed via npm as Make, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 3 environment variables: YEPCODE_API_TOKEN, YEPCODE_MCP_OPTIONS, YEPCODE_MCP_TOOLS. Keep credentials in your client's env block or a secrets manager rather than committing them.
Get your YepCode API credentials: 1. Sign up to YepCode Cloud 2. Visit Settings > API credentials to create a new API token.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. YepCode sits in that group, and the shape of its toolset — get_processes, create_process, get_process among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| get_processes | List processes with optional filtering |
| create_process | Create new processes with source code |
| get_process | Get process details |
| update_process | Update an existing process |
| delete_process | Delete a process |
| get_process_versions | Get process versions (requires yc_api_full) |
| execute_process_async | Execute a process asynchronously |
| execute_process_sync | Execute a process synchronously |
| schedule_process | Schedule a process to run automatically |
| get_schedules | List scheduled processes |
| get_schedule | Get schedule details |
| pause_schedule | Pause a scheduled process |
| resume_schedule | Resume a paused schedule |
| delete_schedule | Delete a schedule |
{
"mcpServers": {
"server-js": {
"command": "npx",
"args": ["-y", "Make"],
"env": {
"YEPCODE_API_TOKEN": "your-value",
"YEPCODE_MCP_OPTIONS": "your-value",
"YEPCODE_MCP_TOOLS": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Get your YepCode API credentials: 1. Sign up to YepCode Cloud 2. Visit Settings > API credentials to create a new API token.
| Variable | Description | Required |
|---|---|---|
| YEPCODE_API_TOKEN | Credential the server authenticates with. | Yes |
| YEPCODE_MCP_OPTIONS | Configuration value read at startup. | Optional |
| YEPCODE_MCP_TOOLS | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.