← Back to directory
E

EdgeOne Makers MCP Server

Official
MCP service for deploying HTML content to EdgeOne Makers and getting a public URL
GitHub source repository ↗
★ 433 Stars Category · Cloud Storage Popular Source revision ef1ab92e8e80
35FMRS · D
Reliability
6/20
Security and permissions
6/20
Maintenance
8/20
Documentation
8/20
Setup experience
7/20

This server integrates EdgeOne Makers deployment into the MCP ecosystem, suitable for quick HTML deployments. It is easy to configure and supports multiple authentication methods, but security risks should be considered.

Read the FMRS scoring method →

EdgeOne Makers MCP Server is an MCP service for deploying full-stack projects to EdgeOne Makers and obtaining publicly accessible URLs. It supports authentication via API token or browser login, and project selection can be configured via environment variables. Requires Node.js 18 or higher, and can be run via npx or a remote streaming HTTP endpoint.

Tools

The tool list has not been reviewed yet.

Setup

  1. Ensure Node.js 18 or higher. 2. Add the server configuration to your MCP client, using npx command like npx @edgeone/makers-mcp@latest, optionally setting environment variables EDGEONE_PAGES_API_TOKEN and EDGEONE_PAGES_PROJECT_NAME. 3. For Tencent Cloud China, add --region china argument. 4. Alternatively, use the remote streaming HTTP endpoint: url: https://mcp-on-edge.edgeone.site/mcp-server.

Fit and risk

Best for

  • Developers who need to quickly deploy HTML content to EdgeOne Makers and get a public URL
  • Users who want to integrate deployment into their MCP-driven workflows

Not for

  • Users who do not need EdgeOne Makers deployment
  • Users who cannot use Node.js environment

Required permissions

  • API token (optional) to skip login
  • Project name (optional) to select project
  • Browser login (optional)

Risks and side effects

  • API token leakage could lead to unauthorized deployments
  • Deployed content may be publicly accessible, so avoid exposing sensitive information

Troubleshooting

  1. Check Node.js version is 18 or higher; ensure network connectivity; if using API token, verify it is valid; if using browser login, ensure you can access the login page.

Use cases

Quickly deploy a single HTML page for preview
Deploy full-stack projects to EdgeOne Makers and get a public URL

Supported clients

Supported clients have not been confirmed yet.