{
  "slug": "sora",
  "name": "Sora MCP",
  "vendor": "Community (Doriandarko)",
  "official": false,
  "category": "video-generation",
  "featured": false,
  "tagline": "Community MCP for OpenAI's Sora 2 API: create, remix and manage video jobs.",
  "description": "The most-starred community MCP for OpenAI's Sora 2 video API: create videos from text, track job status, list, download and remix generations. OpenAI ships no official Sora MCP as of June 2026, so this is the practical way to put Sora directly in an agent pipeline — or reach Sora via the Runway and Higgsfield hubs.",
  "capabilities": [
    "text-to-video",
    "remix",
    "job-management",
    "auto-download"
  ],
  "tools_sample": [
    "create-video",
    "get-video-status",
    "list-videos",
    "download-video",
    "remix-video",
    "delete-video"
  ],
  "install": {
    "claude_code": null,
    "remote_url": null,
    "stdio_command": null
  },
  "auth": {
    "type": "api_key",
    "env_var": "OPENAI_API_KEY",
    "key_url": "https://platform.openai.com/api-keys (account must have Sora API access)"
  },
  "pricing": "paid",
  "links": {
    "repo": "https://github.com/Doriandarko/sora-mcp",
    "docs": null,
    "site": null
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "notes": "MIT, 211 stars; install is clone + npm install + npm run build (no published npx package); includes stdio and HTTP variants. Alternative: writingmate/sora-2-mcp adds sora-2-pro, 720p-4K, 4-12s durations and FFmpeg merging."
}