本站支持搜索的镜像仓库:Docker Hub、gcr.io、ghcr.io、quay.io、k8s.gcr.io、registry.gcr.io、elastic.co、mcr.microsoft.com

Webflow MCP Server 是基于 Model Context Protocol (MCP) 协议的服务器镜像,用于与 Webflow Data API 交互。该镜像提供标准化接口,使应用程序能够通过 MCP 协议调用 Webflow 的核心功能,实现对 Webflow 站点、页面、集合等资源的自动化管理。
什么是 MCP 服务器? 参考 Anthropic 的 Model Context Protocol 介绍
| 属性 | 详情 |
|---|---|
| Docker 镜像 | mcp/webflow |
| 作者 | webflow |
| 代码仓库 | [***] |
| Dockerfile | [***] |
| 镜像构建方 | Docker Inc. |
| Docker Scout 健康评分 | !Docker Scout Health Score |
| 许可证 | MIT License |
| 环境变量 | 说明 | 必要性 |
|---|---|---|
WEBFLOW_TOKEN | Webflow API 访问令牌,用于认证与授权 | 必需 |
获取
WEBFLOW_TOKEN:从 Webflow 账户设置中的 API 访问部分生成,需具备相应操作权限。
docker run -i --rm \ -e WEBFLOW_TOKEN="your_webflow_api_token" \ mcp/webflow
在 MCP 系统配置中集成该服务器:
{ "mcpServers": { "webflow": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "WEBFLOW_TOKEN", "mcp/webflow" ], "env": { "WEBFLOW_TOKEN": "your_webflow_api_token" } } } }
| 工具名称 | 简短描述 |
|---|---|
collection_fields_create_option | 无 |
collection_fields_create_reference | 无 |
collection_fields_create_static | 无 |
collection_fields_update | 无 |
collections_create | 无 |
collections_get | 无 |
collections_items_create_item | 无 |
collections_items_create_item_live | 无 |
collections_items_list_items | 无 |
collections_items_publish_items | 无 |
collections_items_update_items | 无 |
collections_items_update_items_live | 无 |
collections_list | 无 |
pages_get_content | 无 |
pages_get_metadata | 无 |
pages_list | 无 |
pages_update_page_settings | 无 |
pages_update_static_content | 无 |
sites_get | 无 |
sites_list | 无 |
sites_publish | 无 |
collection_fields_create_option| 参数 | 类型 | 描述 |
|---|---|---|
collection_id | string | 集合 ID |
request | object | 请求对象 |
collection_fields_create_reference| 参数 | 类型 | 描述 |
|---|---|---|
collection_id | string | 集合 ID |
request | object | 请求对象 |
collection_fields_create_static| 参数 | 类型 | 描述 |
|---|---|---|
collection_id | string | 集合 ID |
request | object | 请求对象 |
collection_fields_update| 参数 | 类型 | 描述 |
|---|---|---|
collection_id | string | 集合 ID |
field_id | string | 字段 ID |
request | object | 请求对象 |
collections_create| 参数 | 类型 | 描述 |
|---|---|---|
request | object | 请求对象 |
site_id | string | 站点 ID |
collections_get| 参数 | 类型 | 描述 |
|---|---|---|
collection_id | string | 集合 ID |
collections_items_create_item| 参数 | 类型 | 描述 |
|---|---|---|
collection_id | string | 集合 ID |
request | object | 请求对象 |
collections_items_create_item_live| 参数 | 类型 | 描述 |
|---|---|---|
collection_id | string | 集合 ID |
request | object | 请求对象 |
collections_items_list_items| 参数 | 类型 | 描述 |
|---|---|---|
collection_id | string | 集合 ID |
cmsLocaleId | string | 可选,CMS 区域设置 ID |
limit | number | 可选,数量限制 |
name | string | 可选,名称筛选 |
offset | number | 可选,偏移量 |
slug | string | 可选,URL 别名筛选 |
sortBy | string | 可选,排序字段 |
sortOrder | string | 可选,排序方向 |
collections_items_publish_items| 参数 | 类型 | 描述 |
|---|---|---|
collection_id | string | 集合 ID |
itemIds | array | 项目 ID 列表 |
collections_items_update_items| 参数 | 类型 | 描述 |
|---|---|---|
collection_id | string | 集合 ID |
request | object | 请求对象 |
collections_items_update_items_live| 参数 | 类型 | 描述 |
|---|---|---|
collection_id | string | 集合 ID |
request | object | 请求对象 |
collections_list| 参数 | 类型 | 描述 |
|---|---|---|
site_id | string | 站点 ID |
pages_get_content| 参数 | 类型 | 描述 |
|---|---|---|
page_id | string | 页面 ID |
limit | number | 可选,数量限制 |
localeId | string | 可选,区域设置 ID |
offset | number | 可选,偏移量 |
pages_get_metadata| 参数 | 类型 | 描述 |
|---|---|---|
page_id | string | 页面 ID |
localeId | string | 可选,区域设置 ID |
pages_list| 参数 | 类型 | 描述 |
|---|---|---|
site_id | string | 站点 ID |
limit | number | 可选,数量限制 |
localeId | string | 可选,区域设置 ID |
offset | number | 可选,偏移量 |
pages_update_page_settings| 参数 | 类型 | 描述 |
|---|---|---|
body | object | 请求体 |
page_id | string | 页面 ID |
localeId | string | 可选,区域设置 ID |
pages_update_static_content| 参数 | 类型 | 描述 |
|---|---|---|
localeId | string | 区域设置 ID |
nodes | array | 节点列表 |
page_id | string | 页面 ID |
sites_get| 参数 | 类型 | 描述 |
|---|---|---|
site_id | string | 站点 ID |
sites_list无参数
sites_publish| 参数 | 类型 | 描述 |
|---|---|---|
site_id | string | 站点 ID |
customDomains | array | 可选,自定义域名列表 |
publishToWebflowSubdomain | boolean | 可选,是否发布到 Webflow 子域名 |
COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/webflow --key [***]
本镜像基于 MIT License 开源。
免费版仅支持 Docker Hub 加速,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。
免费版仅支持 docker.io;专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等。
当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。
通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。
先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。
使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录方式配置轩辕镜像加速服务,包含7个详细步骤
在 Linux 系统上配置轩辕镜像源,支持主流发行版
在 Docker Desktop 中配置轩辕镜像加速,适用于桌面系统
在 Docker Compose 中使用轩辕镜像加速,支持容器编排
在 k8s 中配置 containerd 使用轩辕镜像加速
在宝塔面板中配置轩辕镜像加速,提升服务器管理效率
在 Synology 群晖NAS系统中配置轩辕镜像加速
在飞牛fnOS系统中配置轩辕镜像加速
在极空间NAS中配置轩辕镜像加速
在爱快ikuai系统中配置轩辕镜像加速
在绿联NAS系统中配置轩辕镜像加速
在威联通NAS系统中配置轩辕镜像加速
在 Podman 中配置轩辕镜像加速,支持多系统
配置轩辕镜像加速9大主流镜像仓库,包含详细配置步骤
无需登录即可使用轩辕镜像加速服务,更加便捷高效
需要其他帮助?请查看我们的 常见问题 或 官方QQ群: 13763429