EdgeOne Pages MCP Server
chính thứcMột dịch vụ MCP để triển khai nội dung HTML lên EdgeOne Pages và lấy URL có thể truy cập công khai.
Tài liệu
EdgeOne Makers MCP
Dịch vụ MCP để triển khai các dự án full-stack lên EdgeOne Makers và nhận URL truy cập công khai.
Yêu cầu
- Node.js 18 trở lên
Cấu hình 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": ""
}
}
}
}
Xem trước HTML nhanh
Để triển khai nhanh một trang HTML đơn lẻ nhằm xem trước, hãy sử dụng Máy chủ MCP HTTP Streaming (không cần cài đặt cục bộ):
{
"mcpServers": {
"edgeone-makers-mcp-server": {
"url": "https://mcp-on-edge.edgeone.site/mcp-server"
}
}
}
Mã nguồn: https://github.com/TencentEdgeOne/self-hosted-pages-mcp
Giấy phép
MIT