YepCode MCP Server Logo

YepCode MCP Server

Official

An MCP server that enables AI platforms to interact with YepCode's infrastructure, allowing LLM-gene...

14 views
0 installs
Updated Feb 14, 2026
Not audited
Tools I Recommend
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.
  1. Get a YepCode account

    • Sign up or sign in to YepCode Cloud. (yepcode.io)
  2. Create an API token

    • In your YepCode workspace go to Settings → API credentials, click “New” (or “Create”) and create a token. Copy the token (you will only be shown the value once). (yepcode.io)
  3. Open the FastMCP connection interface

    • Open the FastMCP connection for this MCP server and click the “Install Now” button to add environment variables.
  4. Install the required ENV: YEPCODE_API_TOKEN

    • Add a new ENV entry named YEPCODE_API_TOKEN and paste the API token you copied. This is required for both local (NPX/Docker) and remote (hosted SSE/HTTP) setups. (socket.dev)
  5. (If using the hosted SSE URL) Set the MCP URL in FastMCP

  6. (If your client supports headers) Configure Authorization header instead of embedding token

  7. Optional ENV: YEPCODE_MCP_OPTIONS (controls MCP runtime options)

    • Add YEPCODE_MCP_OPTIONS if you want non-default behavior. Format as a comma-separated list, e.g.:
      • YEPCODE_MCP_OPTIONS = runCodeCleanup,skipCodingRules
    • (Use this to enable/disable run_code cleanup or skip coding rules.) (socket.dev)
  8. Optional ENV: YEPCODE_MCP_TOOLS (controls which tools/processes are exposed)

    • Add YEPCODE_MCP_TOOLS as a comma-separated list of built-in tool categories and/or process tags, e.g.:
      • YEPCODE_MCP_TOOLS = run_code,yc_api,mcp-tool,core
    • To expose specific YepCode processes as tools, tag those processes in YepCode and include their tags here. (socket.dev)
  9. Save and test the connection

    • Save the FastMCP connection. Start the MCP server (or let FastMCP launch it) and verify connectivity by calling a basic tool (e.g., run_code or get_processes). If using SSE/URL, confirm the SSE connection opens; if using headers, confirm auth succeeds. (socket.dev)
  10. Notes & troubleshooting

    • If you need to expose different process tags later, add them to YEPCODE_MCP_TOOLS and restart the MCP connection. For more on tagging processes see the YepCode Process Tags docs. (yepcode.io)

Quick Start

View on GitHub

More for Automation

View All →

More for Developer Tools

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.