Webflow driven from the terminal.
List sites and CMS collections, read and write collection items, publish sites or individual items, and pull form submissions — from Bash over the Webflow Data API MCP. Programmatic CMS without the Designer.
cogny --who
TWO PATHSUpdating a Webflow CMS collection by hand means clicking row by row in the Editor and publishing. The CLI lets you create or update items in bulk from a script and publish in one call. Connect Webflow once in Cogny Solo and let your coding agent — or scheduled reports — do the querying for you.
❯ start SoloSelf-onboard with one command. The CLI issues a key, wires nothing, and exposes every Webflow tool over JSON-RPC. First 15 calls are free.
$ npx @cogny/cli init --agent claude-codecogny tools call
3 EXAMPLESReal tool names from the Webflow MCP. Send --input JSON, get JSON back.
mcp__Webflow__list_itemsRead items from a CMS collection.mcp__Webflow__create_itemAdd a new CMS collection item.mcp__Webflow__publish_sitePublish a site to its domains.cogny tools list
MOREA sample of the rest of the Webflow surface. Run cogny tools list --json for every tool and its input schema.
mcp__Webflow__list_sitesmcp__Webflow__get_sitemcp__Webflow__list_collectionsmcp__Webflow__get_collectionmcp__Webflow__get_itemmcp__Webflow__update_itemmcp__Webflow__publish_itemsmcp__Webflow__list_pagesmcp__Webflow__list_form_submissionscogny --faq
No — it is the Cogny CLI calling the Webflow Data API MCP over the cogny-mcp-proxy. You authorize Webflow once in Cogny, then drive CMS collections, publishing, and form submissions from Bash. Webflow, Inc. is not affiliated.
Yes. `create_item` / `update_item` work per item and `publish_items` publishes a set in one call, so you can loop a script over a CSV and push the whole collection without touching the Designer.
Yes — the proxy holds the Webflow OAuth token; the CLI calls tools with your Cogny key. No site token sitting in your shell history.
related CLIs
Building an agent? The full tool map for all servers is one fetch: /cli/llms.txt