webflow_mcp-server
0
The Webflow MCP project is a Node.js server enabling AI agents to interact with Webflow APIs using the Model Context Protocol. It supports site, page, and CMS management and facilitates integration into AI editors. Users must obtain and configure an API token to utilize its features.
Webflow MCP
A Node.js server implementing Model Context Protocol (MCP) for Webflow. This project integrates AI agents with Webflow APIs using the Webflow JavaScript SDK. It provides tools for managing sites, pages, and CMS collections.### Prerequisites
- Node.js
- NPM
- A Webflow Account
Quick Start
- Obtain a Webflow API token.
- Add the token to your AI editor configuration.
- Restart the AI editor.
Available Tools
- Sites: List, get details, publish.
- Pages: List, get metadata, update settings, get and update content.
- CMS: Manage collections and fields, create and update items.
Development
- Clone the repo and install dependencies.
- Add your Webflow token in a
.env
file. - Start the server in development mode.
Developer Resources
- Webflow API Documentation
- Webflow JavaScript SDK