Skip to content
VS Code

Fast HTML MCP for VS Code

io.github.aimino-tech/fast-html-mcp

Lightning-fast HTML generation from AI agents with 15 tools, 22 components, and 25 templates.

client:VS Code transport:stdio runtime:npm

Install Fast HTML MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "fast-html-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aimino/fast-html-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Fast HTML MCP in other clients