For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
ReferencePrompt LibraryChangelog
ReferencePrompt LibraryChangelog
  • MCP Server
    • Overview
    • Getting started
      • Claude Desktop
      • Claude Code
      • Cursor
      • Postman
      • Windsurf
      • Beta server
      • Documentation server
    • How it works
    • Skills
    • FAQs and troubleshooting
LogoLogo
Resources
Get started
MCP ServerGetting started

Documentation server

Was this page helpful?
Previous

How it works

Next
Built with

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}