Tencent EdgeOne Pages▌

by tencentedgeone
Effortlessly deploy static sites with EdgeOne Pages—an easy, scalable alternative to Amazon website hosting for fast, re
Effortlessly publish HTML, folders, or zip files with instant public URLs using EdgeOne Pages MCP. This service streamlines rapid deployment of your static content via EdgeOne Pages, leveraging serverless edge functions and key-value storage for fast, reliable delivery. Users can quickly deploy content and receive shareable links, making it ideal for web developers and teams needing easy, scalable web hosting.
Both formats append explainx.ai attribution and the canonical URL for this MCP server listing.
best for
- / General purpose MCP workflows
capabilities
- / deploy-html
what it does
Effortlessly publish HTML, folders, or zip files with instant public URLs using EdgeOne Pages MCP. This service streamlines rapid deployment of your static content via EdgeOne Pages, leveraging serverless edge functions and key-value storage for fast, reliable delivery. Users can quickly deploy content and receive shareable links, making it ideal for web developers and teams needing easy, scalable web hosting.
about
Tencent EdgeOne Pages is an official MCP server published by tencentedgeone that provides AI assistants with tools and capabilities via the Model Context Protocol. Effortlessly deploy static sites with EdgeOne Pages—an easy, scalable alternative to Amazon website hosting for fast, re It is categorized under cloud infrastructure, productivity. This server exposes 1 tool that AI clients can invoke during conversations and coding sessions.
how to install
You can install Tencent EdgeOne Pages in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.
license
MIT
Tencent EdgeOne Pages is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
readme
EdgeOne Pages MCP
An MCP service for deploying HTML content, folders, or full-stack projects to EdgeOne Pages and obtaining publicly accessible URLs.
<a href="https://glama.ai/mcp/servers/@TencentEdgeOne/edgeone-pages-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@TencentEdgeOne/edgeone-pages-mcp/badge" alt="EdgeOne Pages MCP server" /> </a>Demo
Deploy HTML

Deploy Folder

Requirements
- Node.js 18 or higher
MCP Configuration
stdio MCP Server
Full-featured MCP service that supports the deploy_folder tool for deploying full-stack projects.
// Tencent Cloud International (Default)
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"timeout": 600,
"command": "npx",
"args": ["edgeone-pages-mcp-fullstack@latest"]
}
}
}
// Tencent Cloud China
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"timeout": 600,
"command": "npx",
"args": ["edgeone-pages-mcp-fullstack@latest", "--region", "china"]
}
}
}
The following MCP Server will be deprecated soon:
Supports both deploy_html and deploy_folder_or_zip tools.
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": ["edgeone-pages-mcp@latest"],
"env": {
// Optional.
// If you need to deploy folders or zip files to
// EdgeOne Pages projects, 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": ""
}
}
}
}
Streaming HTTP MCP Server
For MCP clients that support HTTP streaming, only supports the deploy_html tool.
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"url": "https://mcp-on-edge.edgeone.site/mcp-server"
}
}
}
Tool Details
deploy_html Tool
Architecture Design
The architecture diagram shows the complete workflow of the deploy_html tool:
- Large Language Model generates HTML content
- Content is sent to the EdgeOne Pages MCP Server
- MCP Server deploys the content to EdgeOne Pages Edge Functions
- Content is stored in EdgeOne KV Store for fast edge access
- MCP Server returns a publicly accessible URL
- Users can access the deployed content via browser with fast edge delivery
Implementation Details
This tool integrates with EdgeOne Pages Functions to deploy static HTML content:
-
EdgeOne Pages Functions - A serverless computing platform that supports executing JavaScript/TypeScript code at the edge
-
Core Implementation Features:
- Uses EdgeOne Pages KV storage to save and serve HTML content
- Automatically generates publicly accessible URLs for each deployment
- Provides comprehensive API error handling and feedback
-
How It Works:
- MCP server receives HTML content through the
deploy_htmltool - Connects to EdgeOne Pages API to obtain the base URL
- Deploys HTML content using the EdgeOne Pages KV API
- Returns an immediately accessible public URL
- MCP server receives HTML content through the
For more information, refer to the EdgeOne Pages Functions documentation and EdgeOne Pages KV Storage Guide.
The source code is open source and can be self-deployed with custom domain binding: https://github.com/TencentEdgeOne/self-hosted-pages-mcp
deploy_folder Tool
This tool supports deploying complete projects to EdgeOne Pages:
- Supports full deployment of static website projects
- Supports deployment of full-stack applications
- Option to update existing projects or create new ones
License
MIT
FAQ
- What is the Tencent EdgeOne Pages MCP server?
- Tencent EdgeOne Pages is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
- How do MCP servers relate to agent skills?
- Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
- How are reviews shown for Tencent EdgeOne Pages?
- This profile displays 48 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.7 out of 5—verify behavior in your own environment before production use.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★48 reviews- ★★★★★Harper Dixit· Dec 24, 2024
According to our notes, Tencent EdgeOne Pages benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
- ★★★★★Advait Iyer· Dec 20, 2024
We wired Tencent EdgeOne Pages into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
- ★★★★★Henry Brown· Dec 16, 2024
Tencent EdgeOne Pages is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Harper Sethi· Nov 15, 2024
Tencent EdgeOne Pages has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
- ★★★★★Li Kim· Nov 7, 2024
Strong directory entry: Tencent EdgeOne Pages surfaces stars and publisher context so we could sanity-check maintenance before adopting.
- ★★★★★Zaid Bansal· Oct 26, 2024
Useful MCP listing: Tencent EdgeOne Pages is the kind of server we cite when onboarding engineers to host + tool permissions.
- ★★★★★Amina Iyer· Oct 6, 2024
Tencent EdgeOne Pages is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
- ★★★★★Anika Abbas· Sep 25, 2024
We wired Tencent EdgeOne Pages into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
- ★★★★★Sakshi Patil· Sep 21, 2024
Tencent EdgeOne Pages reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
- ★★★★★Li Diallo· Sep 13, 2024
Strong directory entry: Tencent EdgeOne Pages surfaces stars and publisher context so we could sanity-check maintenance before adopting.
showing 1-10 of 48