flyonui-cli
v1.0.1
Published
A CLI for installing FlyonUI MCP server
Downloads
7
Maintainers
Readme
flyonui-cli
Adds FlyonUI MCP server configuration to AI IDEs (Cursor, Windsurf, Cline, etc.)
Usage
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
Supported IDEs: cursor, windsurf, cline, claude, witsy, enconvo
Manual Installation
Add to your IDE's MCP config:
{
"mcpServers": {
"flyonui-mcp": {
"command": "npx",
"args": [
"-y",
"flyonui-mcp",
"API_KEY=\"your-Lemonsqueezy-Licence-key\""
]
}
}
}