Doriandarko/sora-mcp
An MCP server to use Sora video generation APIs
Overview
Doriandarko/sora-mcp is a TypeScript MCP server licensed under MIT. An MCP server to use Sora video generation APIs
Ranked #16413 out of 25632 indexed tools.
Ecosystem
TypeScript MIT
Signal Breakdown
Stars 210
Freshness 5mo ago
Issue Health 0%
Contributors 1
Dependents 0
Forks 25
Description Brief
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# Sora MCP Server A Model Context Protocol (MCP) server that integrates with OpenAI's Sora 2 API for video generation and remixing. ## Features - **Create Videos**: Generate videos from text prompts using Sora 2 - **Remix Videos**: Create variations of existing videos with new prompts - **Video Status**: Check the status and progress of video generation jobs ## Prerequisites - Node.js 18+ - OpenAI API key with Sora access - An MCP-compatible client (Claude, Cursor, VS Code, etc.) ## Installation 1. Clone the repository: ```bash git clone https://github.com/Doriandarko/sora-mcp cd sora-mcp ``` 2. Install dependencies: ```bash npm install ``` 3. Build the project: ```bash npm run build ``` 4. Configure for Claude Desktop: - Copy `claude_desktop_config.example.json` to `~/Library/Application Support/Claude/claude_desktop_config.json` - Update the `args` path to match your installation directory - Add your OpenAI API key to the `OPENAI_API_KEY` field - Optionally setRead full README on GitHub →
Are you the maintainer? Claim this listing