MCP Integration
Connect UILora to your AI editor. Expose the entire component library to Cursor, Windsurf, or any MCP-compatible IDE.
API Key
Please log in to manage API keys
Log InConfiguration
Add this to your Cursor Settings > Features > MCP.
config.json
1{2 "uilora": {3 "command": "python",4 "args": [5 "Loading..."6 ],7 "env": {8 "UILORA_API_KEY": "<YOUR_API_KEY_HERE>"9 }10 }11}