A comprehensive set of prompts, documentation, and context files designed to enhance your workflow when using the Webflow Model Context Protocol (MCP) with AI assistants like GitHub Copilot.
This repository provides standardized documentation and guidelines to help AI assistants work more effectively with Webflow sites through the Model Context Protocol. By maintaining these context files, you ensure consistent and compliant modifications across your Webflow projects.
All documentation files are located in the .github/webflow/ directory:
- [mcp-capabilities.md](. github/webflow/mcp-capabilities.md) - Overview of Webflow MCP capabilities and available operations
- rich-text-docs.md - Guidelines for properly modifying rich text elements in Webflow
- seo-strategy.md - SEO strategy guidelines and requirements for Webflow sites
- cms-erd.md - CMS entity relationship diagrams and data structure documentation
- llms-txt-standards.md - Standards for LLM-readable text formatting
When using GitHub Copilot with Webflow MCP, Copilot will automatically reference the documentation in .github/webflow/ before making modifications to your Webflow site.
For example:
- Rich text modifications β Consults
rich-text-docs.md - SEO strategy generation β Follows guidelines in
seo-strategy.md - CMS structure changes β References
cms-erd.md
You can add the following instructions to your Copilot workspace to ensure compliance:
Whenever you are using Webflow's Model Context Protocol (MCP) and are about to modify specific things in a site, you must reference the files within the `.github/webflow/` directory. These files may contain important guidelines or requirements that need to be applied to the content you support or modify.
If requested to generate an SEO strategy based on a specific site, FIRST try to find the site using Webflow's MCP, if you find it then ensure you follow the instructions in the `seo-strategy.md` file located in `.github/webflow/`.
Always check for relevant documentation in `.github/webflow/` before making changes to ensure compliance with project-specific standards and practices.
webflow-mcp-toolset/
βββ .github/
β βββ webflow/
β βββ cms-erd.md
β βββ llms-txt-standards.md
β βββ mcp-capabilities.md
β βββ rich-text-docs.md
β βββ seo-strategy.md
βββ . vscode/
βββ README.md
- Consistency: Ensures all AI-assisted modifications follow project standards
- Compliance: Maintains adherence to SEO and content guidelines
- Efficiency: Reduces back-and-forth by providing clear context upfront
- Documentation: Serves as a central knowledge base for Webflow MCP operations
You can customize the documentation files in .github/webflow/ to match your specific:
- Brand guidelines
- SEO requirements
- CMS structure
- Content formatting rules
- Rich text styling preferences
- Clone this repository or use it as a template
- Customize the documentation files in
.github/webflow/to match your project needs - Configure your AI assistant to reference these files when working with Webflow MCP
- Start building and modifying your Webflow sites with consistent, guided AI assistance
Feel free to contribute improvements to the documentation templates or add new context files that would benefit Webflow MCP workflows.
This project is provided as-is for use with Webflow MCP integrations.
Note: This toolset is designed to work alongside Webflow's MCP and AI assistants that support the Model Context Protocol.