A CLI for installing FlyonUI MCP server
Adds FlyonUI MCP server configuration to AI IDEs (Cursor, Windsurf, Cline, etc.)
``bash`
npx -y flyonui-cli install
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
Add to your IDE's MCP config:
`json``
{
"mcpServers": {
"flyonui-mcp": {
"command": "npx",
"args": [
"-y",
"flyonui-mcp",
"API_KEY=\"your-Lemonsqueezy-Licence-key\""
]
}
}
}