A Node.js server implementing Model Context Protocol (MCP) for Webflow using the Webflow JavaScript SDK. Enable AI agents to interact with Webflow APIs. Learn more about Webflow's Data API in the developer documentation.
Run the following commands to confirm you have Node and NPM installed:
Clear your NPM cache
Sometimes clearing your NPM cache can resolve issues with npx.
Fix NPM global package permissions
If npm -v doesn't work for you but sudo npm -v does, you may need to fix NPM global package permissions. See the official NPM docs for more information.
Note: if you are making changes to your shell configuration, you may need to restart your shell for changes to take effect.
Available tools
Sites
Pages
CMS
Prompts & Resources
This implementation does not include prompts or resources from the MCP specification. However, this may change in the future when there is broader support across popular MCP clients.
Development mode
If you want to run the server in development mode, you can install dependencies and run the server using the following command:
Clone and install:
Add your token to a .env file at the root of the project:
A Node.js server implementing Model Context Protocol (MCP) for Webflow using the Webflow JavaScript SDK. Enable AI agents to interact with Webflow APIs. Learn more about Webflow's Data API in the developer documentation.
Run the following commands to confirm you have Node and NPM installed:
Clear your NPM cache
Sometimes clearing your NPM cache can resolve issues with npx.
Fix NPM global package permissions
If npm -v doesn't work for you but sudo npm -v does, you may need to fix NPM global package permissions. See the official NPM docs for more information.
Note: if you are making changes to your shell configuration, you may need to restart your shell for changes to take effect.
Available tools
Sites
Pages
CMS
Prompts & Resources
This implementation does not include prompts or resources from the MCP specification. However, this may change in the future when there is broader support across popular MCP clients.
Development mode
If you want to run the server in development mode, you can install dependencies and run the server using the following command:
Clone and install:
Add your token to a .env file at the root of the project: