Webflow MCP Server

Apify-hosted MCP server for Webflow with 22+ tools. Sites, CMS collections, pages, content management, and publishing. No local setup needed.

Webflow MCP Server avatar

Webflow MCP Server

Pricing

from $0.10 / 1,000 results

Try for free

Go to Apify Store

Webflow MCP Server

Webflow MCP Server

minute_contest/webflow-mcp-server

Try for free

Ask questions about this Actor

Connect AI assistants to Webflow via MCP. 22+ tools for sites, CMS collections, pages, and content. Works with Claude, ChatGPT, n8n workflows.

Pricing

Rating

0.0

(0)

Developer

Piotr Kaplon

Piotr Kaplon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

MCP servers

AI

Automation

README

Input

Output

Pricing

API

Issues

Changelog

Connect AI assistants to your Webflow sites using the Model Context Protocol (MCP). This actor enables Claude, ChatGPT, and other AI tools to manage sites, CMS collections, pages, and content through 22+ powerful operations.

Why Use This Actor?

  • AI-Ready: Works with Claude Desktop, ChatGPT, and any MCP-compatible AI
  • Complete CMS Management: Create, update, publish, and delete CMS items
  • Site Control: List sites, get details, and publish to domains
  • Page Management: Update SEO settings and static content
  • Collection Fields: Create and configure CMS collection schemas
  • No Code Required: Just provide your Webflow API token

Available Operations (22 Tools)

Sites

ToolDescription
sites_listList all sites accessible to your account
sites_getGet detailed site information
sites_publishPublish site to domains

CMS Collections

ToolDescription
collections_listList all CMS collections in a site
collections_getGet collection details and schema
collections_createCreate a new CMS collection

Collection Fields

ToolDescription
collection_fields_create_staticCreate text, number, date fields
collection_fields_create_optionCreate dropdown option fields
collection_fields_create_referenceCreate reference fields
collection_fields_updateUpdate field properties

CMS Items

ToolDescription
collections_items_list_itemsList items in a collection
collections_items_create_itemCreate item as draft
collections_items_create_item_liveCreate and publish item
collections_items_update_itemsUpdate item as draft
collections_items_update_items_liveUpdate and publish item
collections_items_publish_itemsPublish draft items
collections_items_delete_itemDelete an item

Pages

ToolDescription
pages_listList all pages in a site
pages_get_metadataGet page SEO and settings
pages_update_page_settingsUpdate page SEO and slug
pages_get_contentGet page content structure
pages_update_static_contentUpdate localized static content

Quick Start

1. Get Your Webflow API Token

  1. Go to Webflow Dashboard
  2. Navigate to Site Settings > Apps & Integrations
  3. Under API Access, generate a new token
  4. Copy the token

2. Run in Batch Mode


{

    "webflowToken": "your_api_token",

    "mode": "batch",

    "operation": "sites_list"

}


3. Get Your Site ID

Run sites_list first to find your Site ID, then use it for other operations.

Usage Examples

List All Sites


{

    "webflowToken": "your_token",

}


List CMS Collections


{

    "operation": "collections_list",

    "siteId": "your_site_id"

}


Create a CMS Item (Published)


{

    "operation": "collections_items_create_item_live",

    "collectionId": "your_collection_id",

    "fieldData": {

        "name": "My New Blog Post",

        "slug": "my-new-blog-post",

        "content": "This is the blog post content..."

    }

}


Update a CMS Item


{

    "operation": "collections_items_update_items_live",

    "itemId": "item_id",

        "name": "Updated Title"

    }

}


Create a Collection Field


{

    "operation": "collection_fields_create_static",

    "name": "Author Name",

    "fieldType": "PlainText",

    "isRequired": true

}


Update Page SEO


{

    "operation": "pages_update_page_settings",

    "pageId": "your_page_id",

    "seoTitle": "My Awesome Page | My Site",

    "seoDescription": "A description for search engines"

}


Publish a Site


{

    "operation": "sites_publish",

}


Input Reference

ParameterTypeRequiredDescription
webflowTokenstringYesYour Webflow API Token
modestringNobatch (default) or standby
operationstringNoOperation to perform
siteIdstringNoSite ID for site operations
collectionIdstringNoCollection ID for CMS operations
itemIdstringNoItem ID for single item operations
pageIdstringNoPage ID for page operations
fieldIdstringNoField ID for field updates
fieldDataobjectNoField values for items
fieldTypestringNoField type (PlainText, RichText, etc.)
namestringNoName for new items
slugstringNoURL slug
itemIdsarrayNoItem IDs for bulk publish
localeIdstringNoLocale for localized content
limitintegerNoMax items to return (1-100)
offsetintegerNoItems to skip

Output

Results are stored in the dataset:


{

    "id": "abc123xyz",

    "name": "My New Blog Post",

    "slug": "my-new-blog-post",

    "fieldData": { ... },

    "createdOn": "2026-01-02T12:00:00Z",

    "lastUpdated": "2026-01-02T12:00:00Z"

}


Use Cases

  • AI Content Creation: Let Claude create and publish blog posts
  • Bulk Content Updates: Update multiple CMS items programmatically
  • Workflow Automation: Integrate with n8n, Make, or Zapier
  • SEO Management: Update page titles and descriptions at scale
  • CMS Schema Management: Create and configure collection fields
  • Multi-locale Content: Manage localized content across sites

Pricing

This actor uses Apify platform resources:

  • Batch operations: ~$0.001 per run
  • Standby mode: Billed per compute unit while active

Attribution

Based on the official Webflow MCP Server by Webflow, licensed under MIT.

Support

  • Webflow API Documentation
  • MCP Protocol Specification
  • Report Issues

License

MIT License - see LICENSE for details.

You might also like

n8n Documentation MCP Server avatar

n8n Documentation MCP Server

agentify/n8n-mcp-server

n8n MCP Server provides AI assistants with structured access to n8n node documentation, properties, and validation tools for building and verifying workflows efficiently.

User avatar

agentify

39

ClickUp MCP Server avatar

ClickUp MCP Server

minute_contest/clickup-mcp-server

Connect AI assistants to ClickUp via MCP. 20 tools for tasks, spaces, folders, lists, views, docs. Works with Claude, ChatGPT, n8n workflows

Piotr Kaplon

2

n8n-mcp avatar

n8n-mcp

nourishing_courier/web-data-for-ai

n8n-mcp

Ani Björkström

4

Storybook MCP Server

minute_contest/storybook-mcp-server

Connect AI assistants to any Storybook via MCP. 6 tools for components, stories, props, and visual testing. Works with Claude, ChatGPT, n8n.

Piotr Kaplon

1

n8n MCP Template

sameh.jarour/n8n-mcp-template

Sameh George Jarour

12

N8n Mcp Actor avatar

N8n Mcp Actor

direct_duty/n8n-mcp-actor

Bridge between n8n workflows and Model Context Protocol (MCP) servers.

Sean

1

Linkedin Ads Mcp Server [PPR] avatar

Linkedin Ads Mcp Server [PPR]

zadexinho/linkedin-ads-mcp-server

MCP server providing LinkedIn Ad Library data to AI agents. Tools: [search_linkedin_ads], [get_ad_details], [get_advertiser_ads]. Connect Claude Desktop, Cursor, n8n, or any MCP-compatible client. Returns ad copy, creatives, and active status.

zadexinho

2

n8n Workflow Automation Templates Scraper avatar

n8n Workflow Automation Templates Scraper

scraped/n8n-workflow-automation-templates-scraper

A tool that automatically scrapes and collects n8n workflow automation templates from the n8n for easy access and use.

scraped

286

n8n-apify-bridge avatar

n8n-apify-bridge

jungle_thunder/n8n-apify-bridge

Turn your n8n workflows into data powerhouses. This bridge gives n8n users instant access to 2000 battle-tested Apify tools - web scrapers, AI agents, lead generators, price monitors, and more. No coding required.

Ani Björkström

8

N8n Workflow Manager Mcp

bronze_quarterback/n8n-workflow-manager-mcp

Manage n8n workflows from Claude. List, trigger, activate/deactivate, view logs, and create workflows from natural language descriptions.

Segun Zubair

1

Related articles

Blog article image

How to publish your Apify Actor as an n8n node

Read more

Best MCP servers for developers

Read more

संबंधित सर्वर