
Youtube Transcript Remote MCP Server
@ergut
关于 Youtube Transcript Remote MCP Server
First remote YouTube transcript MCP server - enables zero-setup transcript extraction on any device including mobile. While multiple local YouTube transcript servers exist, this is the first cloud-hosted solution that works without installation, making YouTube transcripts accessi
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"youtube-transcript": {
"command": "npx",
"args": [
"mcp-remote",
"https://youtube-transcript-mcp.youtube-mcp-server.workers.dev/sse"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Youtube Transcript Remote MCP Server?
The first remote Model Context Protocol (MCP) server that enables Claude AI to extract transcripts from YouTube videos. It offers zero-setup access for users on any platform including mobile devices.
How to use Youtube Transcript Remote MCP Server?
Add the server configuration to your Claude Desktop config file (claude_desktop_config.json) using the npx mcp-remote command with the hosted server URL, or deploy your own instance to Cloudflare Workers. Once configured, use the get_transcript tool in Claude to extract transcripts.
Key features of Youtube Transcript Remote MCP Server
- Zero local setup – works directly from the cloud
- Universal access across desktop, mobile, and web Claude clients
- Smart caching via Cloudflare KV for fast responses
- Multi-language transcript extraction
- Robust error handling with user-friendly messages
- Supports all YouTube URL formats
Use cases of Youtube Transcript Remote MCP Server
- Extracting transcripts for video analysis and summarization
- Obtaining transcripts in different languages for translation
- Accessing video content in text form when audio is unavailable
- Integrating transcript data into workflows and automations
FAQ from Youtube Transcript Remote MCP Server
What do I need to install?
Only the mcp-remote npm package is required. No local installation of the server itself is needed.
Is authentication required?
No. The public server requires no authentication.
Where are transcripts stored?
Transcripts are cached temporarily in Cloudflare KV for up to 7 days to improve performance. No personal information is stored.
What YouTube URL formats are supported?
All common formats: youtube.com/watch?v=, youtu.be/, m.youtube.com, /live/, /embed/, /shorts/, and international domains.
What happens if a video has no transcript?
The server returns a clear error message indicating that no transcript is available or that captions are disabled.
媒体与设计 分类下的更多 MCP 服务器
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
评论