
mcp/webflowWebflow 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 访问部分生成,需具备相应操作权限。
bashdocker run -i --rm \ -e WEBFLOW_TOKEN="your_webflow_api_token" \ mcp/webflow
在 MCP 系统配置中集成该服务器:
json{ "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 子域名 |
bashCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/webflow --key [***]
本镜像基于 MIT License 开源。





manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务