YepCode MCP Server
OfficialAn MCP server that enables AI platforms to interact with YepCode's infrastructure, allowing LLM-gene...
Get a YepCode account
- Sign up or sign in to YepCode Cloud. (yepcode.io)
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)
Open the FastMCP connection interface
- Open the FastMCP connection for this MCP server and click the “Install Now” button to add environment variables.
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)
(If using the hosted SSE URL) Set the MCP URL in FastMCP
- If your client uses SSE without headers, set the MCP URL to: https://cloud.yepcode.io/mcp/<YOUR_API_TOKEN>/sse (replace <YOUR_API_TOKEN> with the token). (yepcode.io)
(If your client supports headers) Configure Authorization header instead of embedding token
- Leave the URL as https://cloud.yepcode.io/mcp/sse and add an HTTP header: Authorization: Bearer <YOUR_API_TOKEN>. (yepcode.io)
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)
- Add YEPCODE_MCP_OPTIONS if you want non-default behavior. Format as a comma-separated list, e.g.:
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)
- Add YEPCODE_MCP_TOOLS as a comma-separated list of built-in tool categories and/or process tags, e.g.:
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)
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
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Automation
View All →FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.
Blender
Experience seamless AI-powered 3D modeling by connecting Blender with Claude AI via the Model Context Protocol. BlenderMCP enables two-way communication, allowing you to create, modify, and inspect 3D scenes directly through AI prompts. Control objects, materials, lighting, and execute Python code in Blender effortlessly. Access assets from Poly Haven and generate AI-driven models using Hyper3D Rodin. This integration enhances creative workflows by combining Blender’s robust tools with Claude’s intelligent guidance, making 3D content creation faster, interactive, and more intuitive. Perfect for artists and developers seeking AI-assisted 3D design within Blender’s environment.
Meta Ads
Unlock AI-driven insights and control for your Meta ad campaigns across Facebook and Instagram. Meta Ads MCP enables large language models to analyze performance, visualize creatives, and provide strategic recommendations through a unified interface. Manage campaigns, ad sets, and ads with actionable feedback on budget allocation, targeting, and creative improvements. Compatible with any MCP client and supports comprehensive campaign management on all Meta platforms. Leverage automated monitoring, creative optimization, and detailed performance metrics to maximize your advertising impact effortlessly.
More for Developer Tools
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree snapshots for reliable element targeting, automatic page event handling, and integrated performance tracing with actionable insights.
FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.
Similar MCP Servers
Circuitry MCP Server
Connects AI coding agents to Circuitry's visual workflow platform, enabling them to create and sync code nodes from project files, understand user-drawn flowcharts and diagrams, generate visual flowcharts, and create data visualizations like spreadsheets and charts.
Amicus MCP Server
A state persistence layer that enables seamless handoffs between different AI coding assistants by maintaining a shared context bus. It provides tools for tracking summaries, next steps, and active files to ensure continuity across development sessions.