MCP Surge Server

by xhyqaq

1 stars
180 downloads
Not rated
GitHub

About

MCP Surge Server is a Model Context Protocol (MCP) service for Surge.sh. It allows AI models to interact with Surge.sh through standardized interfaces, enabling login to Surge.sh accounts and deploying projects with random domains.

Details

Author
xhyqaq
GitHub stars
1
Downloads
180
Categories
Other

- Login to Surge.sh accounts
- Deploy projects to Surge.sh (generates random domains)
- Built on the Model Context Protocol standard

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Surge Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npx -y https://github.com/xhyqaq/surge-mcp-server. After installation, configure your MCP client to invoke the server’s tools for logging in and deploying.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp surge server": {
            "surge-mcp-server": {
                "command": "npx",
                "args": [
                    "-y",
                    "https://github.com/xhyqaq/surge-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "surge-mcp-server": {
        "command": "npx",
        "args": [
            "-y",
            "https://github.com/xhyqaq/surge-mcp-server"
        ]
    }
}

MCP Surge Server

一个基于 Model Context Protocol (MCP) 的 Surge.sh 工具服务,允许 AI 模型通过标准化的接口与 Surge 进行交互。

功能

- 登录到 Surge.sh 账户
- 部署项目到 Surge.sh(生成随机域名)

mcp 安装

npx -y https://github.com/xhyqaq/surge-mcp-server
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.