MCP Server LogoMCP Server
MCPsCategoriesDirectorySubmit
Submit
MCPsCategoriesDirectorySubmit
Submit

MCP Servers

A curated list of MCP Servers, featuring Awesome MCP Servers and Claude MCP integration.

Contact Us

[email protected]

About

Privacy PolicyTerms of Service

Resources

Model Context ProtocolMCP Starter GuideClaude MCP Servers

Community

GitHub

© 2025 mcpserver.cc © 2025 MCP Server. All rights reserved.

Privacy PolicyTerms of Service
  1. Home
  2. /Categories
  3. /Developer Tools
  4. /Edgeone Pages Mcp
Edgeone Pages Mcp

Edgeone Pages Mcp

Created by TencentEdgeOne•21 days ago
Visit Website

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

Developer Tools
servicedesigneddeployingHTMLcontent

EdgeOne Pages MCP

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

EdgeOne Pages MCP server

Demo

Deploy HTML

Deploy Folder

Requirements

  • Node.js 18 or higher

Configure MCP

stdio MCP Server

Suitable for most MCP applications

{
  "mcpServers": {
    "edgeone-pages-mcp-server": {
      "command": "npx",
      "args": ["edgeone-pages-mcp"],
      "env": {
        // Optional. If deploying a folder or zip file to an EdgeOne Pages project
        // provide your EdgeOne Pages API token.
        // How to obtain your API token: https://edgeone.ai/document/177158578324279296
        "EDGEONE_PAGES_API_TOKEN": "",
        // Optional. Leave empty to create a new EdgeOne Pages project.
        // Provide a project name to update an existing project.
        "EDGEONE_PAGES_PROJECT_NAME": ""
      }
    }
  }
}

Streamable HTTP MCP Server

Available in applications supporting Streamable HTTP MCP Server

{
  "mcpServers": {
    "edgeone-pages-mcp-server": {
      "url": "https://mcp-on-edge.edgeone.site/mcp-server"
    }
  }
}

Architecture

The architecture diagram illustrates the workflow:

  1. Large Language Model generates HTML content
  2. Content is sent to the EdgeOne Pages MCP Server
  3. MCP Server deploys the content to EdgeOne Pages Edge Functions
  4. Content is stored in EdgeOne KV Store for fast edge access
  5. MCP Server returns a public URL
  6. Users can access the deployed content via browser with fast edge delivery

Features

  • MCP protocol for rapid deployment of HTML content to EdgeOne Pages
  • Automatic generation of publicly accessible URLs

Implementation

This MCP service integrates with EdgeOne Pages Functions to deploy static HTML content. The implementation uses:

  1. EdgeOne Pages Functions - A serverless computing platform that allows execution of JavaScript/TypeScript code at the edge.

  2. Key Implementation Details :

    • Uses EdgeOne Pages KV store to store and serve the HTML content
    • Automatically generates a public URL for each deployment
    • Handles API errors with appropriate error messages
  3. How it works :

    • The MCP server accepts HTML content through the deploy_html tool
    • It connects to EdgeOne Pages API to get the base URL
    • Deploys the HTML content using the EdgeOne Pages KV API
    • Returns a publicly accessible URL to the deployed content
  4. Usage Example :

    • Provide HTML content to the MCP service
    • Receive a public URL that can be accessed immediately

For more information, see the EdgeOne Pages Functions documentation and EdgeOne Pages KV Storage Guide.

License

MIT

Prerequisites

  • •Familiarity with the server domain
  • •Basic understanding of related technologies
  • •Knowledge of Developer Tools

Recommended Server

Server Wp Mcp

Server Wp Mcp

Base Mcp

Base Mcp

A Model Context Protocol (MCP) server that provides onchain tools for LLMs, allowing them to interact with the Base network and Coinbase API.

Mcp Server Diff Typescript

Mcp Server Diff Typescript

View more → →

Details

Created

June 11, 2025

Last Updated

June 11, 2025

Category

Developer Tools

Author

TencentEdgeOne

Share

More Server

Mcp Qdrant Memory

Mcp Qdrant Memory

MCP server providing a knowledge graph implementation with semantic search capabilities powered by Qdrant vector database

Mcp Taskwarrior

Mcp Taskwarrior

A simple MCP Server for Taskwarrior

Mcp Guide

Mcp Guide

A beginner-friendly guide server that helps users understand MCP concepts, provides interactive examples, and demonstrates best practices for building MCP integrations. Features tools for exploring MCP capabilities, resources for learning core concepts, and prompts for guided tutorials.

Ragdocs

Ragdocs

MCP server for RAG-based document search and management