An MCP service for deploying fullstack frontend projects to EdgeOne Pages.
npm install edgeone-pages-mcp-fullstackDeploy your fullstack projects to EdgeOne Pages effortlessly through AI assistants like Cursor and CodeBuddy with this powerful MCP server.
- Seamless one-click deployment for static websites and fullstack frontend applications
- Smart project detection with automated build pipeline handling
- Persistent workspace configuration to streamline your deployment workflow
- Comprehensive framework support including Next.js, React, Vue, and more
- Native AI assistant integration powered by the MCP standard
Add the MCP server to your configuration:
``json`
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"timeout": 600,
"command": "npx",
"args": ["edgeone-pages-mcp-fullstack"],
// Optional: In headless environments you can set
// environment variables to skip login and project selection
"env": {
// How to obtain your API token:
// https://pages.edgeone.ai/document/api-token
"EDGEONE_PAGES_API_TOKEN": "",
// Provide the target project name
"EDGEONE_PAGES_PROJECT_NAME": ""
}
}
}
}
`json`
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": ["edgeone-pages-mcp-fullstack", "--region", "china"],
// Optional: In headless environments you can set
// environment variables to skip login and project selection
"env": {
// How to obtain your API token:
// https://pages.edgeone.ai/document/api-token
"EDGEONE_PAGES_API_TOKEN": "",
// Provide the target project name
"EDGEONE_PAGES_PROJECT_NAME": ""
}
}
}
}
- --region: Set the region for API endpoints and login URLsglobal
- (default): Uses Tencent Cloud International - no configuration neededchina
- : Uses Tencent Cloud China - requires --region china` parameter
Once you've completed the setup, deployment is as simple as asking your AI assistant:
- "Deploy this project to EdgeOne Pages"
- "Help me deploy my Next.js application"
The MCP server handles everything automatically:
1. Detects your project type and build configuration
2. Installs dependencies and executes the build process
3. Uploads your built assets to EdgeOne Pages
4. Provides you with the live deployment URL
- Node.js 18 or higher
- Tencent Cloud account with EdgeOne Pages access