fast-html-mcp
Four-tier MCP server for lightning-fast HTML generation from AI agents - assembly, patch, read, and raw tiers with 9 tools
Fast HTML MCP
Four-tier MCP server for lightning-fast HTML generation from AI agents.
Assembly-Patch-Read-Raw architecture. 9 tools, 15 components, 10 templates.
MCP name: io.github.xdnaimino/fast-html-mcp
Quick Start
npx @surfsense/fast-html-mcp
Or add to your MCP client config:
{
"mcpServers": {
"fast-html-mcp": {
"command": "npx",
"args": ["-y", "@surfsense/fast-html-mcp"]
}
}
}
Tools
| Tier | Tool | Description |
|---|---|---|
| Assembly | render_page | Compose pages from structured component specs using templates |
| Patch | patch_html | Replace inner content of matched elements via CSS selectors |
| Patch | set_attribute | Set an attribute on matched elements |
| Read | read_html | Analyze existing HTML files (structure, content, compressed modes) |
| Raw | write_raw_html | Write raw HTML string to file |
| Raw | write_html_file | Alias for write_raw_html |
| Raw | format_html | Beautify an existing HTML file in-place |
| Raw | preview_html | Render HTML string to preview file |
| Utility | list_components | List available components with props |
| Utility | list_templates | List available templates |
Components (15)
Layout: header, footer, sidebar, card-deck, grid
Interactive: tabs, accordion
Data: data-table, stats-grid, timeline
Media: figure, image-gallery
Utility: hero, callout, code-block
Templates (10)
report, exploration, deck, code-review, design, prototyping, illustrations, research, custom-editor, minimal
Architecture
Fast HTML MCP
├── Assembly Tier — render_page
├── Patch Tier — patch_html, set_attribute
├── Read Tier — read_html
├── Raw Tier — write_raw_html, write_html_file, format_html, preview_html
└── Utilities — list_components, list_templates
Development
git clone https://github.com/Aimino-Tech/fast-html-mcp.git
cd fast-html-mcp
npm install
npm run build
npm run dev # hot reload via tsx
npm test # vitest
License
Apache 2.0 — see LICENSE.
Server Terkait
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
BoostSecurity
BoostSecurity MCP acts as a safeguard preventing agents from adding vulnerable packages into projects. It analyzes every package an AI agent introduces, flags unsafe dependencies, and recommends secure, maintained alternatives to keep projects protected.
widemem.ai
Open-source AI memory layer with importance scoring, temporal decay, hierarchical memory, and YMYL prioritization
MCP Talk Demo Files
A collection of demo files for MCP servers and clients, illustrating various transport protocols and server capabilities using Python.
OPNsense MCP Server
A comprehensive MCP server for managing OPNsense firewalls, offering over 300 tools for configuration and monitoring.
Remote MCP Server Chatbot
A demonstration of deploying a remote MCP server on Cloudflare Workers without authentication.
Visus Agent Sandbox
Pre-execution simulation and policy enforcement for AI agent actions. Prevents agents from accidentally or maliciously destroying production infrastructure through high-fidelity sandboxed simulations and YAML-based policy rules.
POX MCP Server
An MCP server for the POX SDN controller, enabling network control, management, and analysis using Python and OpenFlow.
Verilator MCP Server
An MCP server for Verilator providing RTL simulation, automatic testbench generation, and natural language query capabilities.
Smart AI Bridge
Intelligent Al routing and integration platform for seamless provider switching
Cisco NSO MCP Server
An MCP server for Cisco NSO that exposes its data and operations as MCP primitives.