This connector is only available for Next.js TypeScript web build tasks.
Webflow is a workspace-level connector. Connect it once from Settings and it is available across all tasks.
What you can do
Use CMS collections as data
A blog collection becomes a blog page. A product catalog becomes a storefront. A team roster becomes a people directory.
Publish content updates
Push new CMS items and content updates programmatically. Automate publishing workflows without touching the Webflow editor.
Pull live site structure
Read your Webflow site’s pages, assets, and components to generate code that matches what already exists visually.
Sync Webflow as a data source
Keep your Next.js app in sync with Webflow CMS in real time. No manual exports or copy-paste.
Before you connect
Webflow uses OAuth, so no API key is required. The connection flow has two steps: check the redirect URL and authorize Rocket access to your Webflow account, then select the specific sites or workspaces to grant access to.Connect Webflow
- Web Browser
- Mobile App
You can connect from three places. All do the same thing.Option 1: From chatType a prompt that mentions Webflow - for example, 

Option 2: From the Connectors tabClick the 

Click the Webflow card, then click Connect with Webflow.

Option 3: From workspace SettingsStep 1: Authorize RocketWebflow MCP’s authorization screen opens. Review what Rocket is requesting access to, check I recognize and trust this URL, then click Continue.
Step 2: Select sites to authorizeOn the next screen, select the Webflow sites or workspaces you want Rocket to access, then click Authorize App.
A green dot appears next to Webflow when the connection is active.Disconnect
Connect my Webflow site and list the Blog CMS collection. Rocket detects the intent and shows a Connect button inline. Click it to open the authorization flow.

... button in the preview toolbar, then select Connectors.



Connect from workspace Settings
Connect once from Settings and it is available across all tasks.


Disconnect a service
Disconnect or switch sites from workspace Settings.
Example prompts
| Use case | Prompt |
|---|---|
| Blog from CMS | Pull the Blog CMS collection from my Webflow site and build a blog page with listing and detail views. |
| Product catalog | Use the Products CMS collection from Webflow and build a product grid with filtering and a product detail page. |
| Team page | Fetch the Team Members collection from Webflow and render a responsive team directory with photos and bios. |
| Publish CMS item | Add a form that creates a new CMS item in the Webflow Blog collection and publishes it immediately. |
| Sync collections | List all CMS collections from my Webflow site and show me the fields available in each one. |
| Content dashboard | Build an admin dashboard that lets me view, create, and update CMS items across all my Webflow collections. |
Tips
- Select the right site during setup. If your Webflow workspace has multiple sites, make sure you pick the one that contains the collections you want to use.
- To switch sites, reconnect. You can only connect one Webflow site at a time per workspace. Disconnect and reconnect to switch to a different site.
- Webflow tools are powered by MCP. Rocket connects to Webflow via a live MCP integration. It reads your real site structure and CMS data at generation time, not static exports.
- Publishing requires the right Webflow plan. Webflow’s CMS API publishing capabilities depend on your Webflow subscription. Make sure your plan supports CMS API access.
- Pair with Supabase for user-specific data. Webflow CMS is great for editorial content. Use Supabase alongside it for user accounts, preferences, and transactional data.
What’s next?
Supabase
Add user auth and a database alongside your Webflow CMS content.
Strapi
Need a headless CMS you fully control? Strapi is a self-hosted alternative.
Airtable
Use Airtable as a lightweight CMS alongside or instead of Webflow collections.
Netlify
Deploy your Webflow-powered Next.js app to Netlify with one click.

