Webflow MCP Server Integration

Integrate AI with your Webflow sites via FlowHunt’s Webflow MCP Server for automated site discovery, metadata management, and intelligent workflow automation.

Webflow MCP Server Integration

What does “Webflow” MCP Server do?

The Webflow MCP Server is an integration layer that enables AI assistants, such as Claude, to interact with Webflow’s APIs. By connecting AI models to Webflow, this server allows developers and AI-powered tools to access, query, and manipulate Webflow site data programmatically. Key features include retrieving detailed information about Webflow sites, such as site names, IDs, domains, localization settings, and more. This enhances development workflows by enabling automated site management, data analysis, and contextual interactions directly from AI platforms, making it easier for teams to integrate Webflow resources into their broader toolchains and automation pipelines.

List of Prompts

No prompt templates are mentioned in the repository.

List of Resources

No explicit resources are listed in the available documentation or codebase.

List of Tools

  • get_sites

    • Retrieves a list of all Webflow sites accessible to the authenticated user. Returns details such as display name, short name, site and workspace IDs, creation and update dates, preview URL, time zone, custom domains, localization settings, and data collection preferences.
  • get_site

    • Retrieves detailed information about a specific Webflow site, identified by its siteId. Returns the same set of detailed information as get_sites but for a single site.

Use Cases of this MCP Server

  • Webflow Site Discovery
    • Developers or AI agents can quickly list all Webflow sites associated with an account, making it easier to manage multiple web projects.
  • Automated Site Management
    • Retrieve and monitor metadata (such as publication dates, custom domains, and locales) for one or more Webflow sites, enabling streamlined administration tasks.
  • Contextual AI Interactions
    • AI assistants can pull detailed site information to answer user queries or drive automation flows based on current site configurations.
  • Integration with CI/CD Pipelines
    • Use site information as part of automated deployment, publishing, or analytics workflows in broader development pipelines.

How to set it up

Windsurf

No Windsurf-specific instructions are provided in the repository.

Claude

  1. Prerequisites
    • Ensure Node.js (v16+) is installed.
    • Have the Claude Desktop App installed.
    • Obtain a Webflow API Token.
  2. Install dependencies
    • Run: npm install
  3. Configure Environment Variables
    • Create a .env file with the following content:
      WEBFLOW_API_TOKEN=your-api-token
      
  4. Configure Claude Desktop
    • Open the Claude config file:
      • For MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
      • For Windows: %AppData%\Claude\claude_desktop_config.json
    • Add/update:
      {
          "mcpServers": {
              "webflow": {
                  "command": "node",
                  "args": [
                      "/ABSOLUTE/PATH/TO/YOUR/build/index.js"
                  ],
                  "env": {
                      "WEBFLOW_API_TOKEN": "your-api-token"
                  }
              }
          }
      }
      
    • Save and restart Claude Desktop.

Securing API Keys (env example):

{
    "mcpServers": {
        "webflow": {
            "command": "node",
            "args": [
                "/ABSOLUTE/PATH/TO/YOUR/build/index.js"
            ],
            "env": {
                "WEBFLOW_API_TOKEN": "your-api-token"
            }
        }
    }
}

Cursor

No Cursor-specific instructions are provided in the repository.

Cline

No Cline-specific instructions are provided in the repository.

Installing via Smithery

  • Run:
    npx -y @smithery/cli install @kapilduraphe/webflow-mcp-server --client claude
    

How to use this MCP inside flows

Using MCP in FlowHunt

To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

FlowHunt MCP flow

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:

{
  "webflow": {
    "transport": "streamable_http",
    "url": "https://yourmcpserver.example/pathtothemcp/url"
  }
}

Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “webflow” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.


Overview

SectionAvailabilityDetails/Notes
Overview
List of PromptsNone found
List of ResourcesNone found
List of Toolsget_sites, get_site
Securing API KeysUses environment variables
Sampling Support (less important in evaluation)Not mentioned
Roots SupportSampling Support

Based on the two tables, the Webflow MCP Server provides clear and useful tooling for Webflow/AI integration, but lacks prompt templates, resource definitions, and explicit support for roots or sampling. The setup and documentation are solid for Claude, but other platforms are not documented.


MCP Score

Has a LICENSE✅ (MIT)
Has at least one tool
Number of Forks10
Number of Stars16

Frequently asked questions

What is the Webflow MCP Server?

It is an integration layer allowing AI assistants and workflow tools to access and manage Webflow site data programmatically via API, supporting tasks like site discovery, metadata retrieval, and automation.

Which tools does this MCP Server provide?

The server offers 'get_sites' to list all Webflow sites for an account and 'get_site' to retrieve detailed information about a specific site.

How do I secure my Webflow API token?

Store your API token in environment variables (e.g., in a `.env` file) and ensure your configuration files reference these variables—never commit sensitive keys to your repository.

Which AI platforms are officially supported?

Official setup documentation is provided for Claude. For other platforms like Windsurf, Cursor, or Cline, follow your platform’s MCP integration process, adapting the configuration as needed.

What are the main use cases for this integration?

Automated Webflow site discovery, metadata management, integration with CI/CD pipelines, and enabling contextual AI interactions based on live site configurations.

Connect AI to Webflow Instantly

Unlock automation, detailed site insights, and seamless management for all your Webflow projects through FlowHunt's Webflow MCP Server integration.

Learn more