deploy-mcp-eklps
Allows AI assistants to deploy static frontend directories to Surge.sh via a single command, without requiring local Surge installation.
README
Deploy MCP Server (Surge)
这是一个基于 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.