webflow-mcp-server

This repository provides an MCP server that allows Claude to interact with Webflow's APIs, enabling users to manage their Webflow sites through the Claude Desktop application. This repository provides an

18
5

Webflow MCP Server

This MCP server enables Claude to interact with Webflow's APIs, allowing for automated tasks and data retrieval. It provides tools for managing Webflow sites directly through Claude.

Prerequisites: Node.js (v16+), Claude Desktop App, a Webflow account, and a Webflow API token (either Site token or OAuth Access Token).

Setup: The setup involves installing dependencies via npm install, configuring environment variables (specifically WEBFLOW_API_TOKEN) in a .env file, and updating the Claude Desktop configuration file with the server's command and arguments, pointing to the absolute path of the build/index.js file. Alternatively, installation can be automated using Smithery.

Available Tools: The server offers get_sites (retrieves a list of Webflow sites with detailed information) and get_site (retrieves information for a specific site by ID).

Error Handling: The server handles missing API tokens and invalid API token errors.

Security: The documentation emphasizes the importance of securing the API token, avoiding committing credentials to version control, and regularly rotating tokens.

Repository

KA
kapilduraphe

kapilduraphe/webflow-mcp-server

Created

February 18, 2025

Updated

March 21, 2025

Language

TypeScript

Category

Developer Tools