Webflow MCP Server logo

Webflow MCP Server

by kapilduraphe

This MCP server enables Claude to interact with Webflow's APIs, allowing users to manage and retrieve information from their Webflow sites directly through Claude.

View on GitHub

Last updated: N/A

What is Webflow MCP Server?

The Webflow MCP Server is a tool that allows Claude, an AI assistant, to interact with the Webflow API. This enables users to programmatically access and manage their Webflow sites using natural language commands through Claude.

How to use Webflow MCP Server?

To use the server, you need to set up a Webflow API token, configure your Claude Desktop environment with the server's command and environment variables, and install the server. Once configured, Claude can use the available tools (e.g., get_sites, get_site) to retrieve information from Webflow.

Key features of Webflow MCP Server

  • Retrieves a list of all Webflow sites

  • Retrieves detailed information about a specific Webflow site by ID

  • Handles various error scenarios, including missing or invalid API tokens

  • Provides troubleshooting guidance for common issues

  • Offers security considerations to protect API tokens

Use cases of Webflow MCP Server

  • Retrieving a list of all Webflow sites for an account

  • Getting detailed information about a specific Webflow site

  • Automating tasks related to Webflow site management through Claude

  • Integrating Webflow data into Claude workflows

  • Troubleshooting Webflow API integration issues

FAQ from Webflow MCP Server

How do I create a Webflow API token?

Log in to your Webflow account, navigate to Site Settings > Apps & Integrations, and generate a new API token.

Where do I configure the Claude Desktop environment?

Open your Claude Desktop configuration file (claude_desktop_config.json) and add or update the mcpServers configuration.

What tools are available in the Webflow MCP Server?

The server currently provides the get_sites and get_site tools for retrieving Webflow site information.

What should I do if the tools are not appearing in Claude?

Check Claude Desktop logs, verify the WEBFLOW_API_TOKEN is set correctly, and ensure the path to index.js is absolute and correct.

How do I view the server logs?

Use the provided commands for MacOS/Linux or Windows to view the MCP server logs.