# OpenAI Sora2 MCP
## 基本信息
- Slug: `thirdme-sora2videoremovewatermark`
- Source: modelscope
- Publisher: thirdme/Sora2VideoRemoveWatermark
- Categories: developer-tools / art-and-culture / browser-automation
- Hosted: No
- License: Unknown
- Source URL: https://www.modelscope.cn/mcp/servers/thirdme/Sora2VideoRemoveWatermark
## 简介
MCP API 是一个基于模型上下文协议（MCP）的 Sora2 视频水印移除服务，能够将 Sora2 视频水印移除功能无缝集成到主流的 MCP 兼容工具的工作流程中，如 Claude Desktop、OpenAI、Cursor、Dify、n8n 等。它支持由 AI 驱动的水印移除、快速集成以及安全可靠的使用。
## 安装提示

```bash
> Replace `YOUR_API_KEY` with your actual API key obtained in Step 1. ### Step 3: Use in Claude After configuration, restart Claude Desktop, then you can directly ask Claude to remove watermarks from Sora2 videos: **Example Conversation:** ``` Please remove the watermark from this Sora2 video: https://sora.chatgpt.com/share/xxx ``` Claude will automatically call the MCP API to process the video and return a download link to the watermark-free video. ## ✨ Core Features ### 🤖 AI-Powered Watermark Removal - **Smart Detection**: AI automatically identifies and removes watermarks from Sora2 videos - **Preserve Quality**: Maintain original video quality while removing watermarks - **Fast Processing**: Complete processing in 5 seconds, return watermark-free video links ### 🔧 Fast Integration - **Simple Configuration**: Just add configuration file and API key - **Wide Compatibility**: Supports all MCP-compatible tools (Claude Desktop, OpenAI, Cursor, Dify, n8n, etc.) - **Plug and Play**: Ready to use immediately after configuration, no additional development required ### 🔒 Secure & Reliable - **UUID Authentication**: UUID-based authentication mechanism - **Rate Limiting**: Prevents abuse and ensures service stability - **Usage Tracking**: Real-time tracking of API usage and quotas ### 📊 Shared Subscription - **Unified Quota**: API access and web version share the same subscription quota - **Flexible Usage**: Use the same subscription service across multiple platforms and tools ## 📖 API Reference ### Endpoint
```

## MCP Server 详情

<div align="center">

[![English](https://img.shields.io/badge/Language-English-blue.svg)](README.md)
[![中文](https://img.shields.io/badge/语言-中文-red.svg)](README_ZH.md)
[![日本語](https://img.shields.io/badge/言語-日本語-green.svg)](README_JA.md)
[![Deutsch](https://img.shields.io/badge/Sprache-Deutsch-orange.svg)](README_DE.md)
[![한국어](https://img.shields.io/badge/언어-한국어-yellow.svg)](README_KO.md)
[![Español](https://img.shields.io/badge/Idioma-Español-teal.svg)](README_ES.md)
[![Français](https://img.shields.io/badge/Langue-Français-purple.svg)](README_FR.md)
[![Português](https://img.shields.io/badge/Idioma-Português-pink.svg)](README_PT.md)

**Choose your language / 选择语言 / 言語を選択 / Sprache wählen / 언어 선택 / Elige tu idioma / Choisissez votre langue / Escolha seu idioma**

</div>

---

# MCP API - Sora2 Video Watermark Removal Service

## 🎯 Product Introduction

MCP API is a Sora2 video watermark removal service based on Model Context Protocol (MCP), enabling seamless integration of Sora2 video watermark removal functionality into workflows of mainstream MCP-compatible tools such as Claude Desktop, OpenAI, Cursor, Dify, n8n, and more. Get started in minutes with simple API key authentication.

🌐 **Official Documentation Page**: [https://sora.thirdme.com/mcp](https://sora.thirdme.com/mcp)

## 🚀 Quick Start

### Step 1: Get API Key

1. Visit the [MCP API page](https://sora.thirdme.com/mcp)
2. Enter your email address
3. Click the "Generate API Key" button
4. Copy the generated API key (Keep it secure, it's linked to your subscription and usage quota)

> ⚠️ **Important**: Keep your API key secure. Generating a new key will replace your existing key. If you regenerate, please update your MCP configuration.

### Step 2: Configure Claude Desktop

Add the following configuration to your Claude Desktop config file `mcp.json`:

**Config File Locations:**
- **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
- **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`

**Configuration:**

```json
{
  "mcpServers": {
    "sora-watermark-remover": {
      "url": "https://sora.thirdme.com/api/mcp-sse?key=YOUR_API_KEY"
    }
  }
}
```

> Replace `YOUR_API_KEY` with your actual API key obtained in Step 1.

### Step 3: Use in Claude

After configuration, restart Claude Desktop, then you can directly ask Claude to remove watermarks from Sora2 videos:

**Example Conversation:**

```
Please remove the watermark from this Sora2 video: https://sora.chatgpt.com/share/xxx
```

Claude will automatically call the MCP API to process the video and return a download link to the watermark-free video.

## ✨ Core Features

### 🤖 AI-Powered Watermark Removal
- **Smart Detection**: AI automatically identifies and removes watermarks from Sora2 videos
- **Preserve Quality**: Maintain original video quality while removing watermarks
- **Fast Processing**: Complete processing in 5 seconds, return watermark-free video links

### 🔧 Fast Integration
- **Simple Configuration**: Just add configuration file and API key
- **Wide Compatibility**: Supports all MCP-compatible tools (Claude Desktop, OpenAI, Cursor, Dify, n8n, etc.)
- **Plug and Play**: Ready to use immediately after configuration, no additional development required

### 🔒 Secure & Reliable
- **UUID Authentication**: UUID-based authentication mechanism
- **Rate Limiting**: Prevents abuse and ensures service stability
- **Usage Tracking**: Real-time tracking of API usage and quotas

### 📊 Shared Subscription
- **Unified Quota**: API access and web version share the same subscription quota
- **Flexible Usage**: Use the same subscription service across multiple platforms and tools

## 📖 API Reference

### Endpoint

```
GET/POST https://sora.thirdme.com/api/mcp-sse?key=YOUR_API_KEY
```

### Available Tools

#### remove_watermark

Remove watermark from Sora2 video and get the clean download link. Supports OpenAI Sora video URLs.

**Input Parameters:**
- `videoUrl` (string): The Sora2 video URL to process

**Output:**
Returns a JSON object containing:
- `videoUrl`: Watermark-free video download link
- `thumbnailUrl`: Video thumbnail link
- `videoInfo`: Detailed video information

**Example:**

```json
{
  "videoUrl": "https://example.com/video.mp4",
  "thumbnailUrl": "https://example.com/thumbnail.jpg",
  "videoInfo": {
    "title": "Video Title",
    "duration": 30,
    "resolution": "1920x1080"
  }
}
```

### Error Codes

| Error Code | Description |
|------------|-------------|
| -32001 | User not found |
| -32003 | Subscription required or usage limit reached |
| -32004 | Failed to process video |

## 🛠️ Supported Platforms

- ✅ Claude Desktop
- ✅ OpenAI (MCP Compatible)
- ✅ Cursor
- ✅ Dify
- ✅ n8n
- ✅ Other MCP-Compatible Tools

## 💡 Use Cases

### Use Case 1: Batch Process Sora2 Videos
In Claude Desktop, you can process multiple Sora2 videos at once:

```
Please process and remove watermarks from the following Sora2 videos:
1. https://sora.chatgpt.com/share/video1
2. https://sora.chatgpt.com/share/video2
3. https://sora.chatgpt.com/share/video3
```

### Use Case 2: Integrate into Automation Workflows
In n8n or Dify, you can integrate watermark removal into your automation workflows for batch processing and automated operations.

### Use Case 3: Cursor Development Assistant
When developing projects in Cursor, you can directly ask the AI assistant to handle Sora2 video watermark removal tasks without leaving the development environment.

## 📝 Notes

1. **API Key Security**: Keep your API key secure, do not share it with others or commit it to public repositories
2. **Quota Limits**: API usage is subject to subscription quota limits, please use responsibly
3. **Video Format**: Currently only supports Sora2 video URLs (sora.chatgpt.com/share/xxx format)
4. **Processing Time**: Most videos are processed within 5 seconds
5. **Data Security**: Processed videos are automatically deleted from the server after 24 hours

## ❓ FAQ

### Q: Where can I g…

