YepCode MCP Server
Rank #7,767glama/yepcode/mcp-server-js
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.
YepCode MCP Server is a Model Context Protocol (MCP) server published by yepcode. It ranks #7,767 of 132,046 servers tracked on MCP Toplist, and its repository has 46 GitHub stars. YepCode MCP Server is listed across 3 registries — Glama, mcp.so and PulseMCP, with 5 release tags tracked from its GitHub repository. It was first listed on Mar 27, 2025 and most recently updated on Mar 17, 2026.
Ranks ahead of 124,279 of 132,046 servers on MCP Toplist.
Use YepCode MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http mcp-server-js https://cloud.yepcode.io/mcp/%7BAPI_KEY%7D/sseThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp-server-js]
url = "https://cloud.yepcode.io/mcp/%7BAPI_KEY%7D/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://cloud.yepcode.io/mcp/%7BAPI_KEY%7D/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-server-js": {
"url": "https://cloud.yepcode.io/mcp/%7BAPI_KEY%7D/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp-server-js": {
"type": "http",
"url": "https://cloud.yepcode.io/mcp/%7BAPI_KEY%7D/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-server-js": {
"serverUrl": "https://cloud.yepcode.io/mcp/%7BAPI_KEY%7D/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-server-js": {
"url": "https://cloud.yepcode.io/mcp/%7BAPI_KEY%7D/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fyepcode%2Fmcp-server-js)<a href="https://mcptoplist.com/server/glama%2Fyepcode%2Fmcp-server-js"><img src="https://mcptoplist.com/badge/glama%2Fyepcode%2Fmcp-server-js.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
yepcode
GitHub releases (5)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v1.6.0 | Mar 17, 2026 |
| v1.5.0 | Feb 12, 2026 |
| v1.4.0 | Feb 5, 2026 |
| v1.3.0 | Dec 11, 2025 |
| v1.2.2 | Nov 27, 2025 |
Frequently asked questions
- Who maintains YepCode MCP Server?
- YepCode MCP Server is maintained by yepcode, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is YepCode MCP Server listed on the Official MCP Registry?
- YepCode MCP Server is not on the Official MCP Registry. It is listed on Glama, mcp.so and PulseMCP.
- How many versions does YepCode MCP Server have?
- No registry surfaces explicit version metadata for YepCode MCP Server; MCP Toplist tracks 5 release tags from its GitHub repository, most recently published on Mar 17, 2026.
- Where can I find the source code for YepCode MCP Server?
- The source code for YepCode MCP Server is hosted at github.com/yepcode/mcp-server-js.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.