EdgeOne Makers MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EdgeOne Makers MCPdeploy my current project to EdgeOne Makers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Self-Hosted EdgeOne Pages MCP Server
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": "5Nx8vU0Kpo7yCkNtkAVAw51RpO9vJkvkTJHvBZ6pcts=",
// Optional.
// If provided, uses this as the project name instead of auto-generating.
"EDGEONE_PAGES_PROJECT_NAME": ""
}
}
}
}
// Tencent Cloud China
{
"mcpServers": {
"edgeone-makers-mcp-server": {
"timeout": 600,
"command": "npx",
"args": ["@edgeone/makers-mcp@latest", "--region", "china"],
"env": {
"EDGEONE_PAGES_API_TOKEN": "",
"EDGEONE_PAGES_PROJECT_NAME": ""
}
}
}
}How It Works
Authentication: Uses
EDGEONE_PAGES_API_TOKENif provided, otherwise opens browser for OAuth login (one-time).Project Name: Automatically resolved — no user interaction needed:
Uses
EDGEONE_PAGES_PROJECT_NAMEenv var if setReuses cached project name for the same workspace
Otherwise auto-generates from the workspace directory name
Deployment: Uploads and deploys, returns the live URL.
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceEnables 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.
- Flicense-qualityDmaintenanceEnables AI assistants to deploy and manage static websites directly on EdgeOne Pages through a self-hosted Model Context Protocol solution. It simplifies web hosting by allowing natural language commands to handle site deployment and KV storage management.
- 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.2357MIT
Related MCP Connectors
Your AI builds, deploys, and runs full-stack apps on a hosted workspace created at first sign-in.
Deploy a multi-user web app from your agent: hosting, auth, database, and permissions.
Deploy a live web app from one sentence. build_app + poll to a public HTTPS URL you own.
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/Mlancoliee/edgeone-makers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server