The Webflow MCP Server enables Claude to interact with Webflow's APIs, providing tools to retrieve site information and manage collections. Built with TypeScript and Node.js, it authenticates using a Webflow API token to securely access site data, custom domains, localization settings, and collection details. The implementation supports both local development and deployment via Smithery, making it valuable for content creators and web developers who need to manage their Webflow sites directly through AI assistants without switching contexts.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Retrieves a list of all Webflow sites accessible to the authenticated user. Returns detailed information including Site Display Name, Short Name, Site ID, Workspace ID, Creation Date, Last Updated Date, Last Published Date, Preview URL, Time Zone settings, Custom Domains configuration, and Localization settings.
Retrieves detailed information about a specific Webflow site by ID. Requires a siteId parameter and returns the same detailed information as get_sites for a single site.
Retrieves a list of all collections for a specific Webflow site. Requires a siteId parameter and returns detailed information about each collection including Collection Name, ID, Creation Date, Last Updated Date, Item Count, Collection Slug, and Collection Settings.