UNPKG

flyonui-cli

Version:

A CLI for installing FlyonUI MCP server

33 lines (24 loc) 659 B
# flyonui-cli Adds FlyonUI MCP server configuration to AI IDEs (Cursor, Windsurf, Cline, etc.) ## Usage ```bash npx -y flyonui-cli install <client> --api-key <YOUR_LEMONSQUEEZY_LICENCE_KEY> ``` Use FlyonUI PRO License key as your API key.You can get the license key from the FlyonUI dashboard at [flyonui.com](https://flyonui.com/) Supported IDEs: cursor, windsurf, cline, claude, witsy, enconvo ## Manual Installation Add to your IDE's MCP config: ```json { "mcpServers": { "flyonui-mcp": { "command": "npx", "args": [ "-y", "flyonui-mcp", "API_KEY=\"your-Lemonsqueezy-Licence-key\"" ] } } } ```