MCP server

Webflow

MCP

Official 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

    read

    Sites in the account.

  • list_collection

    read

    CMS items.

  • update_item

    write

    Patch 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

  • list_sites

    Sites in the account.

    read
  • list_collection

    CMS items.

    read
  • update_item

    Patch an item after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_sites",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.