W
Webflow
Official
📋 Productivity
Webflow's MCP server — manage your CMS collections, items, sites and pages, and publish changes to your Webflow projects.
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"webflow": {
"command": "npx",
"args": [
"-y",
"webflow-mcp-server"
],
"env": {
"WEBFLOW_API_TOKEN": "your-webflow-api-token-here"
}
}
}
}