Deploy Eklps
FreeNot checkedAllows AI assistants to deploy static frontend directories to Surge.sh via a single command, without requiring local Surge installation.
About
Allows AI assistants to deploy static frontend directories to Surge.sh via a single command, without requiring local Surge installation.
README
这是一个基于 Model Context Protocol (MCP) 的前端部署工具。它可以让 AI 助手(如 Claude Desktop)直接通过指令执行前端项目的静态部署。
功能特点
- deploy_surge: 一键将本地前端目录部署到 Surge.sh。
- 自动验证: 使用 Zod 对路径和域名进行校验。
- 无需安装 Surge: 内部使用
npx自动调用,即便您本地没有全局安装surge也可以正常工作。
快速开始
通过 npx 快速集成 (推荐)
如果您已经在 NPM 上发布了此工具,或者想直接使用发布的版本,在 claude_desktop_config.json 中添加:
{
"mcpServers": {
"deploy-mcp": {
"command": "npx",
"args": ["-y", "deploy-mcp-eklps"]
}
}
}
本地开发测试
克隆并编译:
git clone https://github.com/Eklps/deploy-mcp-server.git cd deploy-mcp-server npm install npm run build在
claude_desktop_config.json中指向本地路径:{ "mcpServers": { "deploy-mcp-local": { "command": "node", "args": ["E:\\MCPServer\\deploy-mcp-server\\dist\\index.js"] } } }
发布指南
本项目已经配置好 bin 入口。如果您想让其他人能通过 npx 使用,请运行:
npm publish --access public
开源协议
MIT
Install Deploy Eklps in Claude Desktop, Claude Code & Cursor
unyly install deploy-mcp-eklpsInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add deploy-mcp-eklps -- npx -y deploy-mcp-eklpsFAQ
Is Deploy Eklps MCP free?
Yes, Deploy Eklps MCP is free — one-click install via Unyly at no cost.
Does Deploy Eklps need an API key?
No, Deploy Eklps runs without API keys or environment variables.
Is Deploy Eklps hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Deploy Eklps in Claude Desktop, Claude Code or Cursor?
Open Deploy Eklps on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Deploy Eklps with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
