deploy-mcp-eklps
OfficialClick on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Eklps/deploy-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server