openai/sora
MCP ServerOpenAI 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
| Variable | Required | Description |
|---|---|---|
OPENAI_API_KEY | Yes | OpenAI API key with Sora access |
Available Tools
| Tool | Description |
|---|---|
generate_video | Text → video via Sora 2 |
remix_video | Remix an existing generation |
get_video_status | Poll a generation job |
list_videos | List generations |
Configuration Example
[[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.