UnrealUGC MCP server
Generate and manage AI UGC video ads through eleven typed MCP tools
0 stars19 downloads/wk
Reviews
Write oneNobody has reviewed UnrealUGC yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
UnrealUGC tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- Code scan8 source files scanned25/25
- Live reliabilityremote reachable in 863ms; handshake note: [ { "code": "invalid_union", "errors": [ [ { "code": "invalid_union", "error20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityAPI key sent as a header8/15
- Maintenancelast push 36 days ago12/15
- Maintainer identityregistry namespace matches repository owner; website matches verified namespace9/10
What the publisher says
From the UnrealUGC repository's README, as published. We do not edit it. Read it on GitHub
UnrealUGC MCP Server
The official Model Context Protocol server for UnrealUGC. It gives MCP-compatible assistants eleven typed tools for browsing creators and models, estimating credit cost, and generating AI UGC video ads.
This repository contains only the public MCP adapter. The UnrealUGC application and backend remain private.
Prerequisites
- Node.js 20 or newer
- An UnrealUGC API key from Dashboard → Settings → API Keys
API keys start with usklive and should be stored in your MCP client's environment settings, never committed to a repository.
Local stdio setup
You do not need to install the package globally. MCP clients can launch it with npx.
Claude Desktop
Add this server to your Claude Desktop configuration:
{
"mcpServers": {
"unrealugc": {
"command": "npx",
"args": ["-y", "@unrealugc/mcp"],
"env": {
"UNREALUGC_API_KEY": "usk_live_..."
}
}
}
}Claude Code
claude mcp add unrealugc --env UNREALUGC_API_KEY=usk_live_... -- npx -y @unrealugc/mcpCodex
[mcp_servers.unrealugc]
command = "npx"
args = ["-y", "@unrealugc/mcp"]
[mcp_servers.unrealugc.env]
UNREALUGC_API_KEY = "usk_live_..."Cursor, Windsurf, OpenClaw, and other stdio MCP clients use the same command and environment variable.
Hosted Streamable HTTP setup
Clients that support remote MCP can connect without running a local process:
URL: https://unrealugc.com/api/mcp
Authorization: Bearer usk_live_...See the MCP setup guide for client-specific instructions.
Tools
generate_video supports native or selected voices, silent reaction/b-roll clips, per-scene visual directions, and parallel or sequential multi-clip generation.
Generation flow
- Call listmodels and listcreators.
- Call estimatevideocost with the proposed script.
- Check get_credits if budget matters.
- Call generate_video.
- Poll get_video about every 15 seconds, or use UnrealUGC webhooks for completion events.
Environment variables
UNREALUGCBASEURL is intended for UnrealUGC development and staging environments.
Development
npm ci
npm run check
npm pack --dry-runSee CONTRIBUTING.md before opening a pull request. Security reports should follow SECURITY.md.
Links
- UnrealUGC MCP overview
- MCP documentation
- REST API documentation
- UnrealUGC dashboard
License
MIT © Next MVP Solutions LLC
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http mcp https://unrealugc.com/api/mcp
UnrealUGC: common questions
- Is UnrealUGC MCP server safe?
- Yes, by our scan: it is graded A (87/100). Read the UnrealUGC safety report
- How do I install UnrealUGC?
- It runs remotely at unrealugc.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does UnrealUGC need an API key?
- Yes. The registry entry asks for
UNREALUGC_API_KEY,Authorization. - Is UnrealUGC maintained?
- The last commit was 36 days ago (2026-08-18). The latest release is v1.0.0.
- Is UnrealUGC up?
- 100% of our last 16 checks got an answer. We check remote servers about four times a day.
- What can I use instead of UnrealUGC?
- Servers from other publishers that do the same job: ClipUGC MCP server, Rendobar MCP server and Vidofy MCP server. Compare all UnrealUGC alternatives.
Alternatives to UnrealUGC
Same job from other publishers: the closest match first, then the best rated.
- ClipUGCCreate AI influencer characters, looks, video clips and merged UGC app ads with ClipUGC.not reviewedGrowingB
RendobarTransform video, audio and images, and generate media from prompts. FFmpeg, captions, models.not reviewedGrowingA- VidofyGenerate video, images, audio and speech with Vidofy — Veo 3.1, Kling 3.0, Flux 2 and 570+ models.not reviewedGrowingA
- Sapiens SintéticosOperate your Sapiens Sintéticos AI studio: generate image, article, voice, music and video.not reviewedGrowingA
- PixapiMCP server for Pixapi: check live credit pricing and balance, then generate images and video.not reviewedGrowingA