
Youtube Transcript Remote MCP Server
@ergut
About 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
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"youtube-transcript": {
"command": "npx",
"args": [
"mcp-remote",
"https://youtube-transcript-mcp.youtube-mcp-server.workers.dev/sse"
]
}
}
}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 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.
Frequently asked questions
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.
Basic information
More Media & Design MCP servers
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Comments