AgentHubAgentHub

Tencent EdgeOne Pages

MCP ServerMCP Hub 中国

io.mcp-cn.edgeone-pages-mcp · vlatest

Tencent EdgeOne Pages的MCP服务器,支持页面管理和部署

概览

Tencent EdgeOne Pages 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

页面部署CDN网站托管云服务

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "io-mcp-cn-edgeone-pages-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "edgeone-pages-mcp"
      ],
      "env": {
        "EDGEONE_PAGES_API_TOKEN": "<EDGEONE_PAGES_API_TOKEN>",
        "EDGEONE_PAGES_PROJECT_NAME": "<EDGEONE_PAGES_PROJECT_NAME>"
      }
    }
  }
}

环境变量

EDGEONE_PAGES_API_TOKEN必填secret

<YOUR_EDGEONE_PAGES_API_TOKEN>

EDGEONE_PAGES_PROJECT_NAME必填

<YOUR_EDGEONE_PAGES_PROJECT_NAME>

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.edgeone-pages-mcp",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "Tencent EdgeOne Pages",
  "description": "Tencent EdgeOne Pages的MCP服务器,支持页面管理和部署",
  "author": {
    "name": "EdgeOne Pages"
  },
  "iconUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ5UINmUItnU30wVyFzczTH7i_5IDzwGX0Lvg&s",
  "repository": {
    "url": "https://github.com/TencentEdgeOne/edgeone-pages-mcp",
    "source": "github"
  },
  "homepage": "https://mcp-cn.com/server/93",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "edgeone-pages-mcp",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "EDGEONE_PAGES_API_TOKEN",
            "description": "<YOUR_EDGEONE_PAGES_API_TOKEN>",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "EDGEONE_PAGES_PROJECT_NAME",
            "description": "<YOUR_EDGEONE_PAGES_PROJECT_NAME>",
            "isRequired": true,
            "isSecret": false
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:10900",
    "页面部署",
    "CDN",
    "网站托管",
    "云服务"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "edgeone-pages-mcp",
    "originalUrl": "https://mcp-cn.com/server/93",
    "isOfficial": false,
    "status": "active"
  }
}
Tencent EdgeOne Pages — MCP Server 安装与配置 · AgentHub