fast-html-mcp
JSON →Quick Start: npx -y @aimino/fast-html-mcp-server
Install
npx -y @aimino/fast-html-mcp-server Tools · 15
- render_page Compose pages from structured component specs using doT.js templates
- patch_html Replace inner content of matched elements via CSS selectors (parse5 AST)
- set_attribute Set an attribute on elements matched by CSS selector
- read_html Analyze existing HTML in three modes: structure, content, compressed
- write_raw_html Write raw HTML string (optionally template-wrapped) to file
- write_html_file Alias for write_raw_html
- format_html Beautify an existing HTML file in-place with js-beautify
- preview_html Render HTML string to a preview file without writing to disk
- propagate_edit Propagate entity edit through dependency graph, auto-updating affected sections
- check_consistency Audit document for stale cross-section references
- list_components List available components, optionally filtered by category
- list_templates List available templates, optionally filtered by category
- get_template_schema Get template metadata with available variables and defaults
- get_component_schema Get component schema with available props
- register_template Register a custom template at runtime for immediate use
Links
★ 2 GitHub stars