Webflow for your agents.
Connect Webflow once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Webflow.
What agents can do with Webflow
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
webflow_list_sitesList sites the token can access.
webflow_list_collectionsList CMS collections on a site.
webflow_list_itemsList items in a CMS collection.
webflow_get_collectionGet a CMS collection's details, including its full field schema, by id.
webflow_get_itemGet a single CMS item by id from a collection.
webflow_create_itemCreate a CMS item. `fieldData` is an object of field slug -> value (must include name and slug). Set `isDraft`/`isArchived` to control visibility; the item is staged until the site is published.
webflow_update_itemUpdate a CMS item's fields. `fieldData` holds only the field slugs you want to change. Changes are staged until the site is published.
webflow_delete_itemDelete a CMS item by id from a collection.
webflow_publish_sitePublish a site so staged CMS changes go live. `publishToWebflowSubdomain` publishes to the webflow.io domain; `customDomains` is an array of custom-domain ids to publish to.
webflow_get_siteGet details of a specific site by id.
webflow_list_domainsList all custom domains associated with a site.
webflow_get_domainGet details of a specific domain by id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open your site's Settings, then Apps & integrations, and generate an API token (or create a site token).
- Grant CMS read/write scopes.
- Copy the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Webflow to Even: call connect_begin("webflow") on the even-connect MCP and walk me through it.
Manage Webflow CMS collections, create and update items, then publish the site.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.