Webflow MCP Server 是基于 Model Context Protocol (MCP) 协议的服务器镜像,用于与 Webflow Data API 交互。该镜像提供标准化接口,使应用程序能够通过 MCP 协议调用 Webflow 的核心功能,实现对 Webflow 站点、页面、集合等资源的自动化管理。
什么是 MCP 服务器? 参考 Anthropic 的 Model Context Protocol 介绍
| 属性 | 详情 |
|---|---|
| Docker 镜像 | https://hub.docker.com/repository/docker/mcp/webflow |
| 作者 | https://github.com/webflow |
| 代码仓库 | https://github.com/webflow/mcp-server |
| Dockerfile | https://github.com/slimslenderslacks/mcp-server/blob/slim/docker/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 https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
本镜像基于 MIT License 开源。
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务