TencentEdgeOne/edgeone-pages-mcp
by Various
An MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
MCP
TencentEdgeOne/edgeone-pages-mcp
Added 1 June 2026
Overview
An MCP (Model Context Protocol) service that deploys static HTML content to Tencent EdgeOne Pages and returns an accessible public URL. It integrates with MCP-compatible clients for one-step deployment of web content.
Best for
Best for
Developers using MCP clients to quickly deploy static HTML and obtain a public URL
Use cases
- Deploy HTML snippets or pages for testing or sharing
- Host static web content generated by AI agents
- Create temporary public URLs for web previews
How to use
Tools exposed
npx
Example client config
{\n "mcpServers": {\n "edgeone-makers-mcp-server": {\n "timeout": 600,\n "command": "npx",\n "args": ["@edgeone/makers-mcp@latest"],\n "env": {\n "EDGEONE_PAGES_API_TOKEN": "",\n "EDGEONE_PAGES_PROJECT_NAME": ""\n }\n }\n }\n} Notes
An MCP (Model Context Protocol) service that deploys static HTML content to Tencent EdgeOne Pages and returns an accessible public URL. It integrates with MCP-compatible clients for one-step deployment of web content.
419 stars on GitHub. Last updated 2026-06-01. Licensed MIT.
Use cases
- Deploy HTML snippets or pages for testing or sharing
- Host static web content generated by AI agents
- Create temporary public URLs for web previews
Pros
- Simple one-step deployment from any MCP client
- Instantly provides a publicly accessible URL
- Works with any MCP-compatible workflow or assistant
Cons
- Tied to Tencent EdgeOne infrastructure; not portable
- Only supports static HTML, no server-side logic
- Requires MCP protocol support, limiting non-MCP use
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple one-step deployment from any MCP client
- Instantly provides a publicly accessible URL
- Works with any MCP-compatible workflow or assistant
Cons
- Tied to Tencent EdgeOne infrastructure; not portable
- Only supports static HTML, no server-side logic
- Requires MCP protocol support, limiting non-MCP use
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.