UnrealUGC
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 usk_live_ and should be stored in your MCP client's environment settings,
never committed to a repository.
Related MCP server: sahmk-mcp
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
Tool | Purpose |
| Confirm the account, plan, and balance behind an API key |
| Read subscription and purchased credit pools |
| Browse available video models and capabilities |
| Browse stock creators and custom avatars |
| Browse stock and custom voices |
| Find product and campaign projects |
| Create a project for related generations |
| Browse generation history with filters and pagination |
| Poll a generation and retrieve its output URL |
| Estimate credits from the script before spending |
| Start an asynchronous video generation |
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
list_modelsandlist_creators.Call
estimate_video_costwith the proposed script.Check
get_creditsif budget matters.Call
generate_video.Poll
get_videoabout every 15 seconds, or use UnrealUGC webhooks for completion events.
Environment variables
Variable | Required | Default |
| Yes | — |
| No |
|
| No |
|
UNREALUGC_BASE_URL 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
License
MIT © Next MVP Solutions LLC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceOfficial MCP server for PostIdentity - Generate AI-powered social media posts, threads, and replies from any MCP-compatible AI assistant with identity management and refinement capabilities.441MIT
- AlicenseAqualityAmaintenanceOfficial MCP server for interacting with Saudi market data (Sahmk) via natural language queries, enabling stock quotes, company info, and market summaries inside AI agents like Cursor and Claude Desktop.1511MIT
- AlicenseAqualityDmaintenanceMCP server for AI-powered media generation: images, videos, audio, and upscaling using 99 AI models.6MIT
- AlicenseAqualityBmaintenanceOfficial MCP server for NanoCart, enabling AI agents to manage products, orders, coupons, categories, subscribers, settings, and pull sales reports from your store.31244MIT
Related MCP Connectors
Official MCP server for Lovable, the AI-powered full-stack app builder.
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
MCP server for Midjourney AI image generation and editing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/UnrealUGC/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server