# Webflow (verified)

Design, build, and manage websites visually with a code-quality output. Edit content, manage CMS collections, and publish site changes.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add webflow

# Browse available tools
npx -y @smithery/cli@latest tool list webflow

# Get full schema for a tool
npx -y @smithery/cli@latest tool get webflow webflow_guide_tool

# Call a tool
npx -y @smithery/cli@latest tool call webflow webflow_guide_tool '{}'
```

## Direct MCP Connection

Endpoint: `https://webflow.run.tools`

## Tools (19)

- `webflow_guide_tool` — Provides essential guidelines and best practices for effectively using the Webflow tools. Call this tool to understand …
- `ask_webflow_ai` — Ask Webflow AI about anything related to Webflow API.
- `data_cms_tool` — Data tool - CMS tool to perform actions like get collection list, get collection details, create collection, create col…
- `data_components_tool` — Data tool - Components tool to perform actions like list components, get component content, update component content, g…
- `data_pages_tool` — Data tool - Pages tool to perform actions like list pages, get page metadata, update page settings, get page content, a…
- `data_scripts_tool` — Data tool - Scripts tool to perform actions like list registered scripts, list applied scripts, add inline site script,…
- `data_sites_tool` — Data tool - Sites tool to perform actions like list sites, get site details, and publish sites
- `data_comments_tool` — Data tool - A comment in Webflow is user feedback attached to a specific element or page inside the Designer, stored as…
- `data_enterprise_tool` — Data tool - Enterprise tool to perform actions like manage 301 redirects, manage robots.txt and more. This tool only wo…
- `asset_tool` — Designer Tool - Asset tool to perform actions like create folder, get all assets and folders, update assets and folders
- `get_image_preview` — Designer Tool - Get image preview from url. this is helpful to get image preview from url. Only supports JPG, PNG, GIF,…
- `de_component_tool` — Designer tool - Component tool to perform actions like create component instances, get all components and more.
- `element_builder` — Designer Tool - Element builder to create element on current active page. only create elements upto max 3 levels deep. …
- `element_tool` — Designer Tool - Element tool to perform actions like get all elements, get selected element, select element on current …
- `element_snapshot_tool` — Designer Tool - Element snapshot tool to perform actions like get element snapshot. helpful to get element snapshot for…
- `de_page_tool` — Designer Tool - Page tool to perform actions like create page, create page folder, get current page, switch page
- `style_tool` — Designer Tool - Style tool to perform actions like create style, get all styles, update styles
- `de_learn_more_about_styles` — Designer tool - Learn more about styles supported by Webflow Designer.Please do not use any other styles which is not s…
- `variable_tool` — Designer Tool - Variable tool to perform actions like create variable, get all variables, update variable

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get webflow <tool-name>
```
