EdgeOne Pages MCP
OfficialEdgeOne Pages MCP
用于将 HTML 内容、文件夹和 zip 文件部署到 EdgeOne Pages 并获取可公开访问的 URL 的 MCP 服务。
演示
部署 HTML

部署文件夹

Related MCP server: Self-Hosted EdgeOne Pages MCP Server
要求
Node.js 18 或更高版本
配置 MCP
标准输入输出 MCP 服务器
适用于大多数 MCP 应用
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": ["edgeone-pages-mcp"],
"env": {
// Optional. If deploying a folder or zip file to an EdgeOne Pages project, provide your EdgeOne Pages API token.
// How to obtain your API token: https://edgeone.ai/document/177158578324279296
"EDGEONE_PAGES_API_TOKEN": "",
// Optional. Leave empty to create a new EdgeOne Pages project.
// Provide a project name to update an existing project.
"EDGEONE_PAGES_PROJECT_NAME": ""
}
}
}
}可流式传输的 HTTP MCP 服务器
适用于支持 Streamable HTTP MCP 服务器的应用程序
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"url": "https://mcp-on-edge.edgeone.site/mcp-server"
}
}
}建筑学
架构图说明了工作流程:
大型语言模型生成 HTML 内容
内容发送到 EdgeOne Pages MCP 服务器
MCP 服务器将内容部署到 EdgeOne Pages Edge Functions
内容存储在 EdgeOne KV Store 中,以便快速边缘访问
MCP 服务器返回公共 URL
用户可以通过浏览器访问已部署的内容,并享受快速边缘交付
特征
MCP 协议用于将 HTML 内容快速部署到 EdgeOne Pages
自动生成可公开访问的 URL
执行
此 MCP 服务与 EdgeOne Pages Functions 集成,用于部署静态 HTML 内容。具体实现使用:
EdgeOne Pages Functions - 一个无服务器计算平台,允许在边缘执行 JavaScript/TypeScript 代码。
关键实施细节:
使用 EdgeOne Pages KV 存储来存储和提供 HTML 内容
为每个部署自动生成一个公共 URL
使用适当的错误消息处理 API 错误
工作原理:
MCP 服务器通过
deploy_html工具接受 HTML 内容它连接到 EdgeOne Pages API 以获取基本 URL
使用 EdgeOne Pages KV API 部署 HTML 内容
返回已部署内容的可公开访问的 URL
使用示例:
向 MCP 服务提供 HTML 内容
获得可立即访问的公共 URL
有关更多信息,请参阅EdgeOne Pages 功能文档和EdgeOne Pages KV 存储指南。
执照
麻省理工学院
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to deploy and manage static websites directly on EdgeOne Pages. Provides simple one-click deployment with KV storage for hosting website files accessible through custom domains.
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to deploy and manage static websites directly through EdgeOne Pages. It provides a self-hosted solution for hosting website files using KV storage and managing content through the Model Context Protocol.
- AlicenseBqualityDmaintenanceEnables deployment of HTML content, folders, and full-stack projects to EdgeOne Pages to generate publicly accessible URLs. It utilizes EdgeOne Pages Functions and KV storage for high-performance edge delivery of web applications.216MIT
- AlicenseBqualityDmaintenanceEnables the deployment of HTML content, folders, and full-stack projects to EdgeOne Pages to generate publicly accessible URLs. It integrates with edge functions and KV storage to provide fast content delivery and supports custom domain configuration.2225MIT
Related MCP Connectors
Host static HTML pages, generate PDFs, screenshots, scrape JS sites, run sandboxed JavaScript.
Publish HTML, Markdown, PDF, or images as instant shareable links with expiry and passwords.
Publish & manage shareable HTML/Markdown pages from your LLM, with access control.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TencentEdgeOne/edgeone-makers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server