What is the Fast HTML MCP MCP server?
Lightning-fast HTML generation from AI agents with 15 tools, 22 components, and 25 templates.
How to install Fast HTML MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fast-html-mcp": {
"command": "npx",
"args": [
"-y",
"@aimino/fast-html-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fast-html-mcp": {
"command": "npx",
"args": [
"-y",
"@aimino/fast-html-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fast-html-mcp": {
"command": "npx",
"args": [
"-y",
"@aimino/fast-html-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"fast-html-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aimino/fast-html-mcp-server"
]
}
}
}Claude Code
claude mcp add fast-html-mcp -- npx -y @aimino/fast-html-mcp-serverRelated MCP servers
Rust-native MCP server for fast, local Office document processing (Excel, Word, PowerPoint, PDF).
152
View repository →Rust
GPL-3.0