deploy-mcp-eklps
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@deploy-mcp-eklpsdeploy the dist folder to my-site.surge.sh"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Deploy MCP Server (Surge)
这是一个基于 Model Context Protocol (MCP) 的前端部署工具。它可以让 AI 助手(如 Claude Desktop)直接通过指令执行前端项目的静态部署。
功能特点
deploy_surge: 一键将本地前端目录部署到 Surge.sh。
自动验证: 使用 Zod 对路径和域名进行校验。
无需安装 Surge: 内部使用
npx自动调用,即便您本地没有全局安装surge也可以正常工作。
Related MCP server: Hostsmith MCP Server
快速开始
通过 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
This server cannot be deployed
Maintenance
Related MCP Connectors
Deploy static sites from AI agents: deploy_site publishes files and returns a live URL in seconds.
Deploy AI-generated HTML/CSS/JS to instant public HTTPS URLs from any MCP-compatible agent.
Deploy the small apps your agent builds: one tool call returns a live, private shareable HTTPS link.
Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI assistants to deploy static websites to the Demox platform with automatic directory packaging and cloud storage integration. It includes tools for managing deployments, such as listing, viewing, and deleting websites.735 npmMIT
- AlicenseAqualityCmaintenanceEnables AI agents to deploy static files and get live HTTPS URLs instantly, with support for custom domains and data residency.954 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to deploy static websites to StaticX, including creating sites, uploading builds, publishing releases, and managing domains.31 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to deploy generated files (HTML, PDF, images, etc.) directly to cloud71 hosting, returning a public URL, and manage cloud71 sites via natural language.MIT