Skip to content
Cursor

Fast HTML MCP for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install Fast HTML MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Fast HTML MCP in other clients