fasthtml

GitHub

The fastest way to create an HTML app

7,004 stars Jupyter Notebook
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "fasthtml": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fasthtml"
      ]
    }
  }
}