UNPKG

flyonui-cli-test

Version:

MCP configuration installer by FlyonUI

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