Webflow MCP Server
Cloudstdio
Webflow's official MCP server that connects AI tools to your Webflow projects via the Webflow Data API. Lets agents manage sites and pages, work with CMS collections and items, read form submissions, and publish changes, enabling content updates and site automation from an MCP-compatible client.
连接
将此配置添加到 .claude/mcp.json
{
"mcpServers": {
"webflow": {
"command": "npx",
"args": [
"-y",
"webflow-mcp-server"
],
"env": {
"WEBFLOW_TOKEN": "<YOUR_WEBFLOW_TOKEN>"
}
}
}
}工具 (3)
sites_list
List the Webflow sites accessible with the provided token.
{
"type": "object",
"properties": {}
}collections_list
List CMS collections for a Webflow site.
{
"type": "object",
"required": [
"site_id"
],
"properties": {
"site_id": {
"type": "string",
"description": "ID of the Webflow site"
}
}
}collection_items_create_item
Create a new item in a CMS collection.
{
"type": "object",
"required": [
"collection_id",
"fields"
],
"properties": {
"fields": {
"type": "object",
"description": "Field values for the new item"
},
"collection_id": {
"type": "string",
"description": "ID of the target collection"
}
}
}资源
此服务器未提供任何资源。
提示词
此服务器未提供任何提示词。
服务器信息
- 星标
- 0
- 最后更新
- 2026年7月12日