MCP Servers / other / fast-html-mcp

fast-html-mcp

JSON →
none2other

Quick Start: npx -y @aimino/fast-html-mcp-server

Install
How to run this server
[ { "cmd": "npx -y @aimino/fast-html-mcp-server", "imports": [] } ]
server path: fast-html-mcp
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
Resources
fast-html-mcp — MCP Server · libregistry