MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/TencentEdgeOne/edgeone-pages-mcp
Code ExecutionOfficialTypeScript
T

TencentEdgeOne/edgeone-pages-mcp

An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.

0 starsUpdated Aug 28, 2026
View on GitHub

Ads

Overview

An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.

Installation

Installation instructions are not available yet.

Configuration

{
  "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": ""
      }
    }

Capabilities

  • Deploy full-stack projects

    ask the assistant to deploy your local project to EdgeOne Pages and return a public URL using `deploy_folder_or_zip`.

  • Deploy a single HTML preview

    quickly preview a standalone HTML page via the streaming HTTP MCP endpoint without local installation.

  • Target Tencent Cloud China region

    configure the server with the `--region china` flag to deploy projects to the China region.

  • Skip browser authentication

    provide an `EDGEONE_PAGES_API_TOKEN` environment variable to bypass the interactive login flow.

  • Pre-select a project

    set `EDGEONE_PAGES_PROJECT_NAME` to skip the browser project selection step during deployment.

Tags

  • cloud-infrastructure
  • deployment
  • serverless
  • awesome-list

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago