MCP Directory
Back

deploy-mcp-server

by Eklps · JavaScript · ★ 0

这是一个基于 [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) 的前端部署工具

Install

npx -y github:Eklps/deploy-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "deploy-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:Eklps/deploy-mcp-server"
      ]
    }
  }
}

From the README

这是一个基于 [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) 的前端部署工具。它可以让 AI 助手(如 Claude Desktop)直接通过指令执行前端项目的静态部署。 - **deploy_surge**: 一键将本地前端目录部署到 Surge.sh。 - **自动验证**: 使用 Zod 对路径和域名进行校验。 - **无需安装 Surge**: 内部使用 自动调用,即便您本地没有全局安装 也可以正常工作。 如果您已经在 NPM 上发布了此工具,或者想直接使用发布的版本,在 中添加: 1. 克隆并编译: 2. 在 中指向本地路径: 本项目已经配置好 入口。如果您想让其他人能通过 使用,请运行: --- MIT
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers