The reputation layer for AI skills, tools & agents

Doriandarko/sora-mcp

Score: 17.9 Rank #16413

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 158 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 1 open vs 0 closed issues — triaging stale issues improves health

Badge

AgentRank score for Doriandarko/sora-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/Doriandarko--sora-mcp)](https://agentrank-ai.com/tool/Doriandarko--sora-mcp)
<a href="https://agentrank-ai.com/tool/Doriandarko--sora-mcp"><img src="https://agentrank-ai.com/api/badge/tool/Doriandarko--sora-mcp" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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 set
Read full README on GitHub →
Are you the maintainer? Claim this listing