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