WEBFLOW_TOKEN
: your_api_token (replace with your actual Webflow API token)test
with the Webflow MCP server available as a service. The room and all services are automatically removed when inactive.mcp-webflow
to interact with the MCP Server tools.Tool | 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
Parameter | Type | Description |
---|---|---|
collection_id | string | |
request | object |
collection_fields_create_reference
Parameter | Type | Description |
---|---|---|
collection_id | string | |
request | object |
collection_fields_create_static
Parameter | Type | Description |
---|---|---|
collection_id | string | |
request | object |
collection_fields_update
Parameter | Type | Description |
---|---|---|
collection_id | string | |
field_id | string | |
request | object |
collections_create
Parameter | Type | Description |
---|---|---|
request | object | |
site_id | string |
collections_get
Parameter | Type | Description |
---|---|---|
collection_id | string |
collections_items_create_item
Parameter | Type | Description |
---|---|---|
collection_id | string | |
request | object |
collections_items_create_item_live
Parameter | Type | Description |
---|---|---|
collection_id | string | |
request | object |
collections_items_list_items
Parameter | 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
Parameter | Type | Description |
---|---|---|
collection_id | string | |
itemIds | array |
collections_items_update_items
Parameter | Type | Description |
---|---|---|
collection_id | string | |
request | object |
collections_items_update_items_live
Parameter | Type | Description |
---|---|---|
collection_id | string | |
request | object |
collections_list
Parameter | Type | Description |
---|---|---|
site_id | string |
pages_get_content
Parameter | Type | Description |
---|---|---|
page_id | string | |
limit | number | optional |
localeId | string | optional |
offset | number | optional |
pages_get_metadata
Parameter | Type | Description |
---|---|---|
page_id | string | |
localeId | string | optional |
pages_list
Parameter | Type | Description |
---|---|---|
site_id | string | |
limit | number | optional |
localeId | string | optional |
offset | number | optional |
pages_update_page_settings
Parameter | Type | Description |
---|---|---|
body | object | |
page_id | string | |
localeId | string | optional |
pages_update_static_content
Parameter | Type | Description |
---|---|---|
localeId | string | |
nodes | array | |
page_id | string |
sites_get
Parameter | Type | Description |
---|---|---|
site_id | string |
sites_list
sites_publish
Parameter | Type | Description |
---|---|---|
site_id | string | |
customDomains | array | optional |
publishToWebflowSubdomain | boolean | optional |