EdgeOne Pages MCP

Author:@TencentEdgeOne
View on GitHub

Overview

What is EdgeOne Pages MCP?

It is a service for deploying HTML content to EdgeOne Pages. It provides a publicly accessible URL for your content.

How to use it?

Supply your HTML content to the MCP service. It will deploy it and return a public URL for immediate access.

What are its key features?

It enables rapid HTML deployment using the MCP protocol and automatically generates public URLs for the deployed content.

What are the use cases?

Use it to deploy static websites quickly, share HTML via a public link, or integrate with EdgeOne Pages Functions for serverless apps.

FAQ

What is the MCP protocol? It is a method for fast content deployment to EdgeOne Pages, ensuring quick delivery.

Is there a content limit? Limits may apply per EdgeOne Pages policies. Check the official documentation for details.

How do I access deployed content? Use the public URL provided after deployment to access it in any web browser.

Configuration

{
  "mcpServers": {
    "edgeone-pages-mcp-server": {
      "command": "npx",
      "args": [
        "edgeone-pages-mcp"
      ]
    }
  }
}