preact

GitHub

โš›๏ธ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

38,813 stars JavaScript 1 file ยท ~2,029 tokens #components#dom#jsx#preact#react#vdom#virtual-dom

preact MCP Server

MCP server for preactjs/preact

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "preact": {
      "command": "npx",
      "args": [
        "-y",
        "@preactjs/preact"
      ]
    }
  }
}