MCP server

Webflow
MCPOfficial Webflow MCP. Sites and CMS.
Webflow’s own remote server. Pages, collections, and the site you authorized.
latest·Proprietary·Updated this quarter·github.com/webflow/mcp-server·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"webflow": {
"url": "https://mcp.webflow.com/mcp"
}
}
}By Webflow
Spec
What the server actually exposes.
list_sites
readSites in the account.
list_collection
readCMS items.
update_item
writePatch an item after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
webflow-mcp.mcp/tools
Tools
- read
list_sites
Sites in the account.
- read
list_collection
CMS items.
- write
update_item
Patch an item after you confirm.
Last call
{ "ok": true,
"tool": "list_sites",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
