video-transcribe-mcp
@demon24ru
About video-transcribe-mcp
An MCP server implementation that integrates with optivus, providing video transcribe capabilities (e.g. YouTube, Facebook, Tiktok, etc.) for LLMs
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"video-transcribe-mcp": {
"command": "npx",
"args": [
"@demon24ru/video-transcribe-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is video-transcribe-mcp?
video-transcribe-mcp is an MCP server that integrates with optivus to provide video transcription capabilities for LLMs. It can transcribe videos from platforms like YouTube, Facebook, and TikTok, as well as local video and image files, converting them to text for downstream processing.
How to use video-transcribe-mcp?
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.
Key features of video-transcribe-mcp
- 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
Use cases of video-transcribe-mcp
- Transcribing YouTube content for summarization or analysis
- Extracting text from local video files for processing
- Converting image text into machine-readable format
- Feeding video content as text input to LLMs
FAQ from video-transcribe-mcp
What does video-transcribe-mcp do?
It transcribes videos from URLs (YouTube, Facebook, TikTok, etc.) and local files into text, making that text available to LLMs via the MCP protocol.
What are the requirements?
Node.js 20+ and an MCP-compatible LLM service are required.
How do I install video-transcribe-mcp?
Run npx -y @demon24ru/video-transcribe-mcp manually, or paste the provided JSON configuration into Dive Desktop to add it as an MCP
Frequently asked questions
What does video-transcribe-mcp do?
It transcribes videos from URLs (YouTube, Facebook, TikTok, etc.) and local files into text, making that text available to LLMs via the MCP protocol.
What are the requirements?
Node.js 20+ and an MCP-compatible LLM service are required.
How do I install video-transcribe-mcp?
Run `npx -y @demon24ru/video-transcribe-mcp` manually, or paste the provided JSON configuration into Dive Desktop to add it as an MCP
Basic information
More Media & Design MCP servers
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
Comments