edgeone-pages-mcp
An MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL. TypeScript-based implementation.
Documentation
EdgeOne Makers MCP
An MCP service for deploying full-stack projects to EdgeOne Makers and obtaining publicly accessible URLs.
Requirements
- Node.js 18 or higher
MCP Configuration
// 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": ""
}
}
}
}Quick HTML Preview
For quickly deploying a single HTML page for preview, use the Streaming HTTP MCP Server (no local installation required):
{
"mcpServers": {
"edgeone-makers-mcp-server": {
"url": "https://mcp-on-edge.edgeone.site/mcp-server"
}
}
}Source code: https://github.com/TencentEdgeOne/self-hosted-pages-mcp
License
MIT
Frequently asked questions
What is edgeone-pages-mcp?
edgeone-pages-mcp is An MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL. TypeScript-based implementation.
How do I install edgeone-pages-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is edgeone-pages-mcp open source?
Yes — it is hosted on GitHub at https://github.com/TencentEdgeOne/edgeone-pages-mcp and has 309 stars.
Related MCP tools
Talk to a Cloudflare Worker from Claude Desktop! for the Model Context Protocol. Enhance AI assistants with powerful integrations. TypeScript-based implementati
MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & A...
MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account. TypeScript-based implementation.
A collection of Model Context Protocol servers for popular security tools like SQLMap, FFUF, NMAP, Masscan and more. TypeScript-based implementation.
A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance
Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension TypeScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP