youtube_mcp
@format37
关于 youtube_mcp
youtube transcriber mcp server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:7001/sse",
"--header",
"Authorization:YOUR-TOKEN",
"--allow-http"
],
"disabled": false
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is youtube_mcp?
youtube_mcp is an MCP server that transcribes YouTube videos. It requires an OpenAI API key and cookie-based authentication. It is designed for use with AI assistants like Claude Desktop.
How to use youtube_mcp?
Install by cloning the repository, extracting your YouTube cookies into cookies.txt, generating a MCP key, and setting environment variables. Run with ./compose.sh which starts a Docker container. Then configure a client (e.g., Claude Desktop) to connect via mcp-remote with an Authorization header.
Key features of youtube_mcp
- YouTube video transcription via MCP
- Uses OpenAI API for transcription
- Cookie-based authentication for YouTube
- Runs as a Docker container
- Exposes an SSE endpoint
- Integrates with Claude Desktop
Use cases of youtube_mcp
- Transcribe YouTube videos for text analysis
- Feed video transcripts into AI workflows
- Automate content retrieval from YouTube
- Integrate video transcription into Claude Desktop
FAQ from youtube_mcp
What are the prerequisites to run youtube_mcp?
You need an OpenAI API key and cookies from your YouTube session (extracted and placed in cookies.txt).
How do I install and start youtube_mcp?
Clone the repo, create a .env file with OPENAI_API_KEY, MCP_KEY, PORT, and CONTAINER_NAME. Generate the MCP key with python token_generator.py. Then run ./compose.sh.
How do I configure youtube_mcp with Claude Desktop?
Add an entry to the Claude Desktop config using npx mcp-remote with the server URL http://localhost:7001/sse and an Authorization header containing your MCP key.
What transport protocol does youtube_mcp use?
It uses Server-Sent Events (SSE) over HTTP, accessed via the /sse endpoint.
How do I authenticate a client?
The client sends an Authorization header with the value YOUR-TOKEN (the MCP key generated during setup).
媒体与设计 分类下的更多 MCP 服务器
NS Travel Information MCP Server
r-huijtsA Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.
Design Systems Mcp
southleftI'm your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server

Google Maps
modelcontextprotocolModel Context Protocol Servers
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
评论