yepcode/mcp-server-js
by Various
MCP server that exposes YepCode processes as callable tools for AI platforms. Securely connect AI assistants to your YepCode workflows, APIs, and automations.
MCP
yepcode/mcp-server-js
Added 1 June 2026
Overview
An MCP server that exposes YepCode processes as callable tools for AI platforms. It uses the Model Context Protocol to let AI assistants securely trigger YepCode workflows, APIs, and automations. Written in TypeScript, it serves as a bridge between AI agents and YepCode's automation engine.
Best for
Best for
Developers using YepCode who want to let AI assistants trigger their workflows and automations
Use cases
- Connecting AI assistants to YepCode automations
- Exposing YepCode workflows as callable tools for LLMs
- Securing AI-triggered execution of YepCode APIs and jobs
How to use
Tools exposed
run_codeyc_apiyc_api_fullset_env_varremove_env_varlist_filesupload_filedownload_filedelete_file
Tested with
Cursor, Claude Desktop
Example client config
{\n "mcpServers": {\n "yepcode-mcp-server": {\n "command": "npx",\n "args": ["-y", "@yepcode/mcp-server"],\n "env": {\n "YEPCODE_API_TOKEN": "your_api_token_here"\n }\n }\n }\n} Notes
An MCP server that exposes YepCode processes as callable tools for AI platforms. It uses the Model Context Protocol to let AI assistants securely trigger YepCode workflows, APIs, and automations. Written in TypeScript, it serves as a bridge between AI agents and YepCode’s automation engine.
43 stars on GitHub. Last updated 2026-03-17. Licensed MIT.
Use cases
- Connecting AI assistants to YepCode automations
- Exposing YepCode workflows as callable tools for LLMs
- Securing AI-triggered execution of YepCode APIs and jobs
Pros
- Lightweight TypeScript implementation adhering to the MCP standard
- Enables secure, controlled access to YepCode workflows from AI platforms
- Simple integration for developers already using YepCode
Cons
- Small community and limited adoption (43 stars on GitHub)
- Tied exclusively to the YepCode ecosystem, not general-purpose
- No evidence of extensive documentation or frequent updates
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight TypeScript implementation adhering to the MCP standard
- Enables secure, controlled access to YepCode workflows from AI platforms
- Simple integration for developers already using YepCode
Cons
- Small community and limited adoption (43 stars on GitHub)
- Tied exclusively to the YepCode ecosystem, not general-purpose
- No evidence of extensive documentation or frequent updates
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.