Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Deploy Eklps

FreeNot checked

Allows AI assistants to deploy static frontend directories to Surge.sh via a single command, without requiring local Surge installation.

GitHubEmbed

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"]
    }
  }
}

本地开发测试

  1. 克隆并编译:

    git clone https://github.com/Eklps/deploy-mcp-server.git
    cd deploy-mcp-server
    npm install
    npm run build
    
  2. 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

from github.com/Eklps/deploy-mcp-server

Install Deploy Eklps in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install deploy-mcp-eklps

Installs 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-eklps

FAQ

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

Compare 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