Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸŽ₯ Multimedia Process
  3. Prizmad
P
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:30:44 PM

Prizmad

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Generate AI UGC video ads from any product URL β€” avatars, voiceover, OAuth Connect.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "prizmad": {
      "command": "npx",
      "args": [
        "-y",
        "prizmad"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸŽ₯ More in Multimedia Process

Documentation Overview

Prizmad MCP Server

Generate AI UGC video ads from any product URL β€” straight from your AI agent.

npm version License: MIT Model Context Protocol Smithery

Model Context Protocol server for Prizmad. It turns any product URL β€” Amazon, Shopify, WooCommerce, custom store β€” into a platform-ready video ad in 3-8 minutes. 50+ avatars, ElevenLabs voiceover, 8 caption styles, 9 music styles, 3 CTA styles, 10 image-style presets, free-text prompt hints across image / video / music. Output is 9:16 / 1:1 / 16:9 Full HD, ready for TikTok, Instagram Reels, Facebook Ads, YouTube Shorts, Shopify, Amazon. Full commercial rights included.

This server is the agent-driver surface β€” pick a template, attach product images, customise the look, render, and hand back a brand-safe link. Works with Claude Desktop, Claude.ai, ChatGPT, Cursor, Zed, Continue, n8n, custom MCP SDK clients.

  • Remote MCP: https://prizmad.com/api/mcp
  • Transport: streamable-http
  • Auth: OAuth 2.1 + PKCE + Dynamic Client Registration (the "Connect" button) OR API key Bearer OR OAuth client_credentials.
  • npm: @prizmad/mcp-server

⚑ Quickstart β€” pick your client

Claude Desktop / Claude.ai / ChatGPT / Cursor / Zed (Connect button)

Just add a custom connector with this URL β€” the OAuth + DCR flow runs automatically, no install, no API key:

Code
https://prizmad.com/api/mcp

In Claude Desktop: Settings β†’ Connectors β†’ Add custom connector β†’ URL: https://prizmad.com/api/mcp. The browser opens, you sign in to Prizmad, click Authorize, the connector wires itself up.

Manual config when needed:

config.json
{
  "mcpServers": {
    "prizmad": {
      "transport": "streamable-http",
      "url": "https://prizmad.com/api/mcp"
    }
  }
}

For clients that can't drive OAuth, drop in an API key instead:

config.json
{
  "mcpServers": {
    "prizmad": {
      "transport": "streamable-http",
      "url": "https://prizmad.com/api/mcp",
      "headers": { "Authorization": "Bearer przmad_sk_live_..." }
    }
  }
}

stdio bridge (@prizmad/mcp-server) β€” for stdio-only clients

config.json
{
  "mcpServers": {
    "prizmad": {
      "command": "npx",
      "args": ["-y", "@prizmad/mcp-server"],
      "env": { "PRIZMAD_API_KEY": "przmad_sk_live_..." }
    }
  }
}

Or installed globally:

Terminal
npm install -g @prizmad/mcp-server
config.json
{
  "mcpServers": {
    "prizmad": {
      "command": "prizmad-mcp",
      "env": { "PRIZMAD_API_KEY": "przmad_sk_live_..." }
    }
  }
}

.cursor/mcp.json snippet (project-scoped)

config.json
{
  "mcpServers": {
    "prizmad": {
      "url": "https://prizmad.com/api/mcp"
    }
  }
}

πŸ›  Available tools

ToolAuthWhat it does
list_templatesNoFull template catalog with features, durations, token costs.
list_avatarsNoBuilt-in avatar presets with name, gender, age, recommended voice.
recommend_templateNoTop-3 template suggestions from intent + voice / avatar / duration / budget constraints. Use this before create_video instead of guessing from the catalog.
list_my_videosYesRecent projects with projectUrl / shareUrl / downloadUrl. Find a videoId from a previous session, "remix my last video", etc.
upload_imageYesUpload an image (URL or base64) β€” returns a prizmad.com-hosted URL ready for productImages or avatarImageUrl.
create_videoYesStart a render. Returns videoId. Accepts caption / music / CTA / image style presets and free-text prompt hints.
get_video_statusYesSnapshot status by default; wait: true blocks server-side and emits notifications/progress until terminal (up to 10 min) β€” preferred over polling.
get_download_urlYesAuthenticated download URL on prizmad.com for a completed video.
create_video_batchYesLaunch 1-20 renders in parallel. Each item supports the full create_video parameter surface β€” perfect for A/B variant testing.

🎨 Creative customisation on create_video

Each is optional; omit any field for a randomised pick at render time.

ParamValues
captionStyleclassic, bold-impact, karaoke, pop, bounce, neon, typewriter, glow
musicStyleenergetic, friendly, professional, luxury, funny, cinematic, lo-fi, hip-hop, acoustic
ctaStyleclassic, blurred-photo, dark-solid
imageStylewarm-golden, bright-neutral, cool-diffused, window-light, earthy-ambient, studio-clean, moody-dramatic, pastel-soft, nordic-minimal, sunset-warm
imagePromptHintFree-text steer for AI creatives (≀ 400 chars).
videoPromptHintFree-text steer for AI product video clips.
musicPromptHintFree-text steer for the music generator.
language, tone, voiceId, avatarPresetId, duration, scriptStandard.

πŸ”— Output URLs (what to share with the user)

Every status response carries three URL kinds, in priority order:

FieldGoes to
projectUrlhttps://prizmad.com/projects/<id> β€” owner-only dashboard with player, remix, edit, asset library. Primary link for the signed-in user.
shareUrlhttps://prizmad.com/share/<token> β€” public share page. Use only when forwarding outside the account.
downloadUrlhttps://prizmad.com/api/v1/videos/<id>/download β€” authenticated mp4 stream proxied via prizmad.com.

The raw Vercel Blob URL is never surfaced to the agent.

πŸ” Authentication

MethodWhenGet it
OAuth 2.1 Authorization Code + PKCE + DCRInteractive clients (Connect button)Automatic β€” no setup
API key (Bearer)Local stdio bridge, scripts, devhttps://prizmad.com/api-keys
OAuth 2.0 client_credentialsHeadless server-to-serveroauth skill

API video generation requires a Pro plan. UI generation works on any plan; the Pro gate exists only on programmatic access.

🧠 Typical agent workflow

text
recommend_template ─► (optional upload_image) ─► create_video
                                                  └─► get_video_status (wait: true)
                                                           └─► projectUrl + downloadUrl

Once connected you can ask your agent things like:

"Make a 30-second energetic showcase ad for this Amazon product: https://amazon.com/dp/B0EXAMPLE β€” moody-dramatic look, cinematic music."

The agent will pick a template, drop in the URL with the style hints, kick off the render, wait through the live progress notifications, and hand back a https://prizmad.com/projects/<id> link.

🌐 Discovery & metadata

  • Server card: https://prizmad.com/.well-known/mcp/server-card.json
  • OAuth metadata: https://prizmad.com/.well-known/oauth-authorization-server
  • Protected resource metadata (RFC 9728): https://prizmad.com/.well-known/oauth-protected-resource
  • JWKS: https://prizmad.com/.well-known/jwks.json
  • Agent skills index: https://prizmad.com/.well-known/agent-skills/index.json
  • OpenAPI: https://prizmad.com/openapi.json
  • API catalog (RFC 9727): https://prizmad.com/.well-known/api-catalog

πŸ“¦ Environment variables (stdio bridge only)

VariableRequiredDescription
PRIZMAD_API_KEYYesYour Prizmad API key
PRIZMAD_BASE_URLNoAPI base URL (default https://prizmad.com)

πŸ“š Resources

  • Prizmad β€” Main site
  • API documentation β€” Interactive API docs (Scalar)
  • MCP server skill β€” full agent-facing reference
  • OAuth skill β€” three auth flows in detail
  • Privacy policy Β· Security policy

🏷 Topics / categories

mcp Β· mcp-server Β· model-context-protocol Β· claude Β· chatgpt-apps Β· ai-agents Β· oauth Β· remote-mcp Β· ai-video Β· video-ads Β· ugc-ads Β· ad-creative Β· ai-avatars Β· voiceover Β· elevenlabs Β· tiktok Β· instagram-reels Β· youtube-shorts Β· shopify Β· amazon Β· marketing

License

MIT

Related MCP Servers

View all in Multimedia Process View all alternatives
  • Bloopo β€” AI Ad & Creative Studio logoBloopo β€” AI Ad & Creative Studio

    Turn one sentence into finished ads: video ads, UGC, product photos, voiceover, brand kits, A/B.

    πŸŽ₯ Multimedia Process0 views
    Compare vs Bloopo β€” AI Ad & Creative Studio β†’
  • Heista logoHeista

    Decode video ads, load brand intelligence, generate ad scripts.

    πŸŽ₯ Multimedia Process0 views
    Compare vs Heista β†’
  • S
    Switch

    Generate, manage and explore your Switch AI image and video library, scoped to your account.

    πŸŽ₯ Multimedia Process0 views
    Compare vs Switch β†’
  • Claude Real Video logoClaude Real Video

    Let any LLM actually watch a video: scene-aware keyframes plus a timestamped transcript, local.

    πŸŽ₯ Multimedia Process1 views
    Compare vs Claude Real Video β†’

Frequently Asked Questions about Prizmad

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "prizmad": { "command": "npx", "args": ["-y", "Prizmad"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPrizmad AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/prizmad?style=directory)](https://allmcps.com/mcp/prizmad)
HTML Embed
<a href="https://allmcps.com/mcp/prizmad"><img src="https://allmcps.com/api/badge/prizmad?style=directory" alt="Prizmad on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸŽ₯Multimedia Process
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸŽ₯ Multimedia Process β†’Best MCP servers for Multimedia & Media Processing β†’Alternatives to Prizmad β†’Install in Claude DesktopInstall in CursorInstall in VS Code