Premium Flutter UI components for AI coding agents. Gives Claude Code, Cursor, and other MCP-compatible tools access to 46 hand-crafted Flutter widgets with a real design token system. 3 visual themes (Clean, Bold, Glass), full light/dark mode support. Components include navigation, cards, lists, forms, feedback, data display, and complete layout patterns. Every widget is a single self-contained .dart file with zero dependencies beyond Flutter SDK. Install with: npx lustre-mcp
Server Config
{
"mcpServers": {
"lustre": {
"command": "npx",
"args": [
"lustre-mcp"
]
}
}
}