Model Context Protocol (MCP) server for the Webflow Data API.
8.5K
Model Context Protocol (MCP) server for the Webflow Data API.
| Attribute | Details |
|---|---|
| Docker Image | mcp/webflow |
| Author | webflow |
| Repository | https://github.com/webflow/mcp-server |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/slimslenderslacks/mcp-server/blob/ed02aacd106375cfca402b73f8b7efffd4168c1d/Dockerfile |
| Commit | ed02aacd106375cfca402b73f8b7efffd4168c1d |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/webflow --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence | MIT License |
| Tools provided by this Server | Short Description |
|---|---|
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| Parameters | Type | Description |
|---|---|---|
collection_id | string | |
request | object |
collection_fields_create_reference| Parameters | Type | Description |
|---|---|---|
collection_id | string | |
request | object |
collection_fields_create_static| Parameters | Type | Description |
|---|---|---|
collection_id | string | |
request | object |
collection_fields_update| Parameters | Type | Description |
|---|---|---|
collection_id | string | |
field_id | string | |
request | object |
collections_create| Parameters | Type | Description |
|---|---|---|
request | object | |
site_id | string |
collections_get| Parameters | Type | Description |
|---|---|---|
collection_id | string |
collections_items_create_item| Parameters | Type | Description |
|---|---|---|
collection_id | string | |
request | object |
collections_items_create_item_live| Parameters | Type | Description |
|---|---|---|
collection_id | string | |
request | object |
collections_items_list_items| Parameters | Type | Description |
|---|---|---|
collection_id | string | |
cmsLocaleId | string optional | |
limit | number optional | |
name | string optional | |
offset | number optional | |
slug | string optional | |
sortBy | string optional | |
sortOrder | string optional |
collections_items_publish_items| Parameters | Type | Description |
|---|---|---|
collection_id | string | |
itemIds | array |
collections_items_update_items| Parameters | Type | Description |
|---|---|---|
collection_id | string | |
request | object |
collections_items_update_items_live| Parameters | Type | Description |
|---|---|---|
collection_id | string | |
request | object |
collections_list| Parameters | Type | Description |
|---|---|---|
site_id | string |
pages_get_content| Parameters | Type | Description |
|---|---|---|
page_id | string | |
limit | number optional | |
localeId | string optional | |
offset | number optional |
pages_get_metadata| Parameters | Type | Description |
|---|---|---|
page_id | string | |
localeId | string optional |
pages_list| Parameters | Type | Description |
|---|---|---|
site_id | string | |
limit | number optional | |
localeId | string optional | |
offset | number optional |
pages_update_page_settings| Parameters | Type | Description |
|---|---|---|
body | object | |
page_id | string | |
localeId | string optional |
pages_update_static_content| Parameters | Type | Description |
|---|---|---|
localeId | string | |
nodes | array | |
page_id | string |
sites_get| Parameters | Type | Description |
|---|---|---|
site_id | string |
sites_listsites_publish| Parameters | Type | Description |
|---|---|---|
site_id | string | |
customDomains | array optional | |
publishToWebflowSubdomain | boolean optional |
{
"mcpServers": {
"webflow": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"WEBFLOW_TOKEN",
"mcp/webflow"
],
"env": {
"WEBFLOW_TOKEN": "your_api_token"
}
}
}
}
Content type
Image
Digest
sha256:20e73bbc5…
Size
58.5 MB
Last updated
about 1 year ago
docker pull mcp/webflowPulls:
1,083
Last week