Documentation server

The main Webflow MCP server has access to this documentation through the documentation MCP server, so it’s not necessary to connect to the documentation server directly. However, if you want to access the Webflow documentation MCP server directly, use the server URL https://developers.webflow.com/api/fern-docs/mcp.

For example, to add the documentation server to an MCP client that uses a configuration file like Claude Desktop or Windsurf, add this entry to the mcpServers section of the configuration file:

1{
2 "mcpServers": {
3 "webflow-docs": {
4 "url": "https://developers.webflow.com/api/fern-docs/mcp"
5 }
6 }
7}