CMS

The CMS tools provide comprehensive content management capabilities for Webflow’s Content Management System. Create and configure collections, define custom fields, and manage collection items with full CRUD operations.

Overview

Webflow’s CMS allows you to create structured content with custom fields, making it ideal for blogs, portfolios, product catalogs, and any content-driven website. The MCP server exposes these capabilities through three main tool categories:

Best practices

Before creating collections:

  • Sketch out your content types
  • Identify relationships between content
  • Define required vs. optional fields
  • Consider future scalability needs

Choose clear, descriptive field names:

  • productPrice, authorBio, featuredImage
  • field1, text2, misc

This makes your content structure self-documenting.

Create items as drafts by default:

  • Review content before publishing
  • Make edits without affecting live site
  • Schedule publishing for specific times

When creating/updating many items:

  • Test with a small batch first
  • Verify data format and structure
  • Consider rate limits
  • Implement error handling