Mmcp.market

UnrealUGC MCP server

by unrealugc.com·com.unrealugc/mcp·v1.0.0

Generate and manage AI UGC video ads through eleven typed MCP tools

A87/100grade A
What users say
No reviews yet
Be the first
Safety scan
A87/100

full report

Adoption
Growing

0 stars19 downloads/wk

Reviews

Write one

Nobody 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

no findings
  • 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
Overall 87/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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/mcp

Codex

[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

  1. Call listmodels and listcreators.
  2. Call estimatevideocost with the proposed script.
  3. Check get_credits if budget matters.
  4. Call generate_video.
  5. 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-run

See 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
Add to Cursor

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.

All UnrealUGC alternatives →
  • ClipUGC
    Create AI influencer characters, looks, video clips and merged UGC app ads with ClipUGC.
    B
  • Rendobar
    Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models.
    A
  • Vidofy
    Generate video, images, audio and speech with Vidofy — Veo 3.1, Kling 3.0, Flux 2 and 570+ models.
    A
  • Sapiens Sintéticos
    Operate your Sapiens Sintéticos AI studio: generate image, article, voice, music and video.
    A
  • Pixapi
    MCP server for Pixapi: check live credit pricing and balance, then generate images and video.
    A

More from unrealugc.com