EdgeOne Pages MCP Server

resmi

Layanan MCP untuk menyebarkan konten HTML ke EdgeOne Pages dan mendapatkan URL yang dapat diakses publik.

Dokumentasi

EdgeOne Makers MCP

Layanan MCP untuk menerapkan proyek full-stack ke EdgeOne Makers dan mendapatkan URL yang dapat diakses publik.

EdgeOne Makers MCP server

Persyaratan

  • Node.js 18 atau lebih tinggi

Konfigurasi MCP

// Tencent Cloud International (Default)
{
  "mcpServers": {
    "edgeone-makers-mcp-server": {
      "timeout": 600,
      "command": "npx",
      "args": ["@edgeone/makers-mcp@latest"],
      "env": {
        // Optional. 
        // If provided, skips the browser login flow.
        // How to obtain your API token: 
        // https://pages.edgeone.ai/document/api-token
        "EDGEONE_PAGES_API_TOKEN": "",
        // Optional. 
        // If provided, skips the browser project selection flow.
        "EDGEONE_PAGES_PROJECT_NAME": ""
      }
    }
  }
}

// Tencent Cloud China
{
  "mcpServers": {
    "edgeone-makers-mcp-server": {
      "timeout": 600,
      "command": "npx",
      "args": ["@edgeone/makers-mcp@latest", "--region", "china"],
      "env": {
        // Optional. 
        // If provided, skips the browser login flow.
        // How to obtain your API token: 
        // https://pages.edgeone.ai/document/api-token
        "EDGEONE_PAGES_API_TOKEN": "",
        // Optional. 
        // If provided, skips the browser project selection flow.
        "EDGEONE_PAGES_PROJECT_NAME": ""
      }
    }
  }
}

Pratinjau HTML Cepat

Untuk menerapkan satu halaman HTML dengan cepat untuk pratinjau, gunakan Server MCP HTTP Streaming (tidak perlu instalasi lokal):

{
  "mcpServers": {
    "edgeone-makers-mcp-server": {
      "url": "https://mcp-on-edge.edgeone.site/mcp-server"
    }
  }
}

Kode sumber: https://github.com/TencentEdgeOne/self-hosted-pages-mcp

Lisensi

MIT