openai/sora

MCP Server

OpenAI Sora 2 video generation — long coherent shots via the OpenAI Video API

OpenAI Sora 2 video generation MCP server. Long coherent shots, brand-safe defaults, remix and "cameo" workflows. Best when you need narrative coherence across a longer take.

MCP Server

  • Package: openai-sora2-mcp-server (community wrapper around the OpenAI Video API)
  • Transport: stdio
  • Command: npx -y -p openai-sora2-mcp-server sora2-mcp-server

Authentication

VariableRequiredDescription
OPENAI_API_KEYYesOpenAI API key with Sora access

Available Tools

ToolDescription
generate_videoText → video via Sora 2
remix_videoRemix an existing generation
get_video_statusPoll a generation job
list_videosList generations

Configuration Example

toml
[[mcp.servers]]
name = "sora"
type = "stdio"
command = "npx"
args = ["-y", "openai-sora2-mcp-server"]
timeout_seconds = 180
env = { OPENAI_API_KEY = "{{INPUT:OPENAI_API_KEY}}" }
tools = []

Notes: Sora 2 has the strictest content moderation of the major providers — useful when shipping ads to enterprise / regulated platforms. Long generations are async; poll sora_get_job.