Cursor Setup for FlyonUI
Configure Cursor to seamlessly generate FlyonUI code from your prompts.

If you’re using Cursor, the easiest way to set up the Context7 MCP Server is with a single click. Just use the button below to install it instantly.
Run the following command to install the FlyonUI MCP Server:
npx install-mcp @upstash/context7-mcp --client cursor
Paste the following configuration into your Cursor MCP config file: ~/.cursor/mcp.json
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
}
}
Now in Agent Mode
, you can ask AI anything about FlyonUI. Start your prompt with use context7
.
For example:
Use context7, and create me a FAQ for my project using FlyonUI accordion shadow example.
use context7, Create me Registration where in Password use togglepPassword component from flyonui.