MCP

Build with uiprompts from your AI assistant

Connect the uiprompts MCP — your AI coder searches the real library, pulls the full build prompt, and wires the cinematic video in for you.

What it is

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.

Get your key

Sign in on the library page to see your personal API key here.

Go sign in

Install — Claude.ai connector

Using Claude on the web or desktop app? Add uiprompts as a custom connector — no terminal, no install.

  1. 1. In Claude, open Settings → Connectors → Add custom connector.
  2. 2. Name it uiprompts.
  3. 3. Paste this as the Remote MCP server URL:
remote mcp server url
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.

Install — Claude Code

One command in your terminal:

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.”

Install — other clients

Cursor, Windsurf, Claude Desktop and friends take standard MCP JSON. Add this to your client’s MCP config:

mcp config
{
  "mcpServers": {
    "uiprompts": {
      "command": "npx",
      "args": ["-y", "uiprompts-mcp"],
      "env": { "UIPROMPTS_API_KEY": "YOUR_API_KEY" }
    }
  }
}

Just the skill

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.

Tools & examples

search_sites

Search the library by look, type or tier. Returns slugs + preview videos.

get_build_prompt

The full copy-paste build prompt for one slug, with the source video URL wired in.

video_prompt_formula

The 5-part formula for generating original cinematic footage that doesn’t look AI.

Try asking your assistant:

prompts to try
"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?"