Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Edgeone Pages Mcp

    An MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL. TypeScript-based implementation.

    309 stars
    TypeScript
    Updated Oct 19, 2025

    Table of Contents

    • Requirements
    • MCP Configuration
    • Quick HTML Preview
    • License

    Table of Contents

    • Requirements
    • MCP Configuration
    • Quick HTML Preview
    • License

    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

    jsonc
    // 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):

    json
    {
      "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

    Similar MCP

    Based on tags & features

    • BA

      Bazi Mcp

      TypeScript·
      184
    • BR

      Browser Control Mcp

      TypeScript·
      183
    • VS

      Vscode Mcp Server

      TypeScript·
      260
    • MC

      Mcp Server Commands

      TypeScript·
      199

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • BA

      Bazi Mcp

      TypeScript·
      184
    • BR

      Browser Control Mcp

      TypeScript·
      183
    • VS

      Vscode Mcp Server

      TypeScript·
      260
    • MC

      Mcp Server Commands

      TypeScript·
      199

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k