Sora MCP
UnclaimedAn MCP server to use Sora video generation APIs
Install
npx @modelcontextprotocol/inspectorUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (18)
after
(optional): Pagination cursor - get videos after this ID
create-video
Generate a video from a text prompt.
delete-video
Delete a video job and its assets.
download-video
Get a curl command to manually download a completed video.
filename
(optional): Custom filename (defaults to videoid.mp4)
get-video-status
Check the status and progress of a video generation job.
input_reference
(optional): Path to reference image/video
limit
(optional): Number of videos to retrieve (default: 20)
list-videos
List all your video generation jobs with pagination.
model
(optional): Model to use (default: "sora-2")
order
(optional): Sort order "asc" or "desc" (default: "desc")
output_path
(optional): Directory to save to (defaults to ~/Downloads)
prompt
(required): Text description of the video to generate
remix-video
Create a remix of an existing video with a new prompt.
seconds
(optional): Video duration in seconds (default: "4")
size
(optional): Resolution as "widthxheight" (default: "720x1280")
variant
(optional): Which format to download (defaults to MP4)
video_id
(required): ID of the video to check