webflow-mcp-server
13
The Webflow MCP Server allows for seamless interaction with Webflow's APIs via tools that provide site details retrieval. It is designed for integration with the Claude Desktop App to extend its capabilities.
Webflow MCP Server
This MCP server allows interaction with Webflow's APIs. It provides tools to retrieve information about Webflow sites, including site names, IDs, creation dates, and other details.
Prerequisites
- Node.js (v16 or higher)
- Claude Desktop App
- Webflow Account
- Webflow API Token or OAuth Access Token
Setup
- Create a Webflow API Token.
- Install dependencies.
- Configure environment variables in a
.env
file. - Configure Claude Desktop with the necessary MCP server settings.
Tools
get_sites
Retrieves a list of all accessible sites along with their details.
get_site
Retrieves detailed information about a specific site by ID.
Troubleshooting
- Check Claude Desktop logs for issues.
- Verify API token and its permissions.
Error Handling
Handles errors related to environment settings and API token validity.
Security Considerations
Keep API tokens secure and use environment variables for sensitive information.
Support
For issues, refer to the troubleshooting section or reviews logs.