webflow-mcp-server
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.
What is required to set up the Webflow MCP Server?
You need Node.js, a Webflow account, and a Webflow API token. Additionally, the Claude Desktop App is required for integration.
How do I generate a Webflow API token?
Log in to your Webflow account, navigate to Site Settings > Apps & Integrations, and generate a new API token.
What should I do if the tools are not appearing in Claude?
Check the Claude Desktop logs, verify the WEBFLOW_API_TOKEN is set correctly, and ensure the path to index.js is absolute and correct.
How can I view server logs on MacOS?
Use the command tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
to view the last 20 lines of the log file.
What are the security considerations for using the Webflow MCP Server?
Keep your API token secure, don't commit credentials to version control, use environment variables for sensitive data, regularly rotate API tokens, and monitor API usage in Webflow.