Playwright
vlatest
MCP ServerMCP Hub 中国359.1k
io.mcp-cn.playwright/mcp
基于Playwright的自动化测试和网页操作MCP工具
stdionpm
io.mcp-cn.edgeone-pages-mcp · vlatest
Tencent EdgeOne Pages的MCP服务器,支持页面管理和部署
热度数据
Tencent EdgeOne Pages 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"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>
vlatest
io.mcp-cn.playwright/mcp
基于Playwright的自动化测试和网页操作MCP工具
vlatest
io.mcp-cn.markitdown-mcp-npx
MarkItDown MCP服务器,提供无Docker依赖的NPX包装器,支持直接运行Microsoft的markitdown-mcp服务器,包括自动Python环境设置和依赖管理
vlatest
io.mcp-cn.12306-mcp
12306的MCP服务器,支持12306的读取
vlatest
io.mcp-cn.bilibili-mcp
Bilibili的MCP服务器,支持Bilibili的内容搜索
vlatest
io.mcp-cn.upstash/context7-mcp
基于Upstash的向量搜索和上下文管理MCP服务
vlatest
io.mcp-cn.figma-developer-mcp
连接Figma的MCP服务器,支持设计文件管理和操作
{
"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:10901",
"页面部署",
"CDN",
"网站托管",
"云服务"
],
"provenance": {
"origin": "mcp-cn",
"originalId": "edgeone-pages-mcp",
"originalUrl": "https://mcp-cn.com/server/93",
"isOfficial": false,
"status": "active"
}
}