video-transcribe-mcp

by demon24ru

310 downloads
Not rated
GitHub

About

An MCP server implementation that integrates with optivus, providing video transcribe capabilities (e.g. YouTube, Facebook, Tiktok, etc.) for LLMs

Details

Author
demon24ru
Downloads
310
Categories
Media

- Transcribe video to text from URLs
- Transcribe local video files to text
- Transcribe images to text
- Works with Dive and other MCP-compatible LLMs
- Integrates with optivus

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name video-transcribe-mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npx @demon24ru/video-transcribe-mcp or configure in Dive Desktop using the provided JSON configuration. Once set up, instruct your LLM to transcribe a video by providing a URL, local file path, or image path.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "video-transcribe-mcp": {
            "video-transcribe-mcp": {
                "command": "npx",
                "args": [
                    "@demon24ru/video-transcribe-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "video-transcribe-mcp": {
        "command": "npx",
        "args": [
            "@demon24ru/video-transcribe-mcp"
        ]
    }
}

video-transcribe-mcp

An MCP server implementation that integrates with optivus, providing video transcribe capabilities (e.g. YouTube, Facebook, Tiktok, etc.) for LLMs.

Features

Video Transcribe: Transcribe video to text
MCP Integration: Works with Dive and other MCP-compatible LLMs

With Dive Desktop

1. Click "+ Add MCP Server" in Dive Desktop
2. Copy and paste this configuration:

{
  "mcpServers": {
    "video-transcribe": {
      "command": "npx",
      "args": [
        "-y",
        "@demon24ru/video-transcribe-mcp"
      ]
    }
  }
}
3. Click "Save" to install the MCP server

Tool Documentation

transcribe_video
Transcribe video to text
Inputs:
urls (string, required): URL of the video

transcribe_video_file
Transcribe video file to text
Inputs:
file_path (string, required): Path to the video file

transcribe_image
Transcribe image to text
Inputs:
file_path (string, required): Path to the image file

Usage Examples

Ask your LLM to:

"Transcribe this video: https://youtube.com/watch?v=..."
"Transcribe this video file: /path/to/video.mp4"
"Transcribe this image: /path/to/image.jpg"

Manual Start

If needed, start the server manually:

npx @demon24ru/video-transcribe-mcp

Debug

If needed, start the server in debug mode:

npm run prepare
npx @modelcontextprotocol/inspector node ./lib/index.mjs -y

Requirements

Node.js 20+
MCP-compatible LLM service

License

MIT

Author

@demon24ru

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.