preline (MCP Server)

GitHub

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.

Claude Desktop Configuration

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

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