Adds FlyonUI MCP configuration to AI IDEs (Cursor, Windsurf, Cline, etc.)
npx -y flyonui-cli install <client> --api-key <key>Use FlyonUI PRO License key as your API key at flyonui.com
Supported IDEs: cursor, windsurf, cline, claude, witsy, enconvo
Add to your IDE's MCP config:
{
"mcpServers": {
"flyonui-mcp": {
"command": "npx",
"args": [
"-y",
"flyonui-mcp",
"API_KEY=\"your-api-key\""
]
}
}
}