Connect the uiprompts MCP — your AI coder searches the real library, pulls the full build prompt, and wires the cinematic video in for you.
The uiprompts MCP lets your AI coding assistant search the library, fetch any build prompt, and wire the cinematic video background automatically — without you copy-pasting anything. It works with Claude Code, Cursor, and any MCP-capable client.
Free prompts work with no key at all. Your key unlocks every premium prompt on your account.
Sign in on the library page to see your personal API key here.
Go sign inUsing Claude on the web or desktop app? Add uiprompts as a custom connector — no terminal, no install.
https://www.uiprompts.app/api/connector/YOUR_API_KEY
Leave the OAuth fields empty — your key is already in the URL, so treat it like a password. Without a key it still works, but only for free prompts.
One command in your terminal:
claude mcp add uiprompts -e UIPROMPTS_API_KEY=YOUR_API_KEY -- npx -y uiprompts-mcp
Then just ask: “find a cinematic hero for a coffee brand and build it.”
Cursor, Windsurf, Claude Desktop and friends take standard MCP JSON. Add this to your client’s MCP config:
{
"mcpServers": {
"uiprompts": {
"command": "npx",
"args": ["-y", "uiprompts-mcp"],
"env": { "UIPROMPTS_API_KEY": "YOUR_API_KEY" }
}
}
}Prefer no server? The video-sites skill teaches your assistant the whole method — the prompt formula, the hero recipes, and the build pipeline — with no MCP required. Drop the folder into .claude/skills/ and ask it to build a cinematic video site.
Included with the pack.
search_sitesSearch the library by look, type or tier. Returns slugs + preview videos.
get_build_promptThe full copy-paste build prompt for one slug, with the source video URL wired in.
video_prompt_formulaThe 5-part formula for generating original cinematic footage that doesn’t look AI.
Try asking your assistant:
"Search uiprompts for a dark luxury hero and build it for my brand 'Sable'." "Get the vesper build prompt and set it up in a new Vite app." "What's the formula for a cinematic AI video prompt?"