为LLM聊天应用转录YouTube视频。
示例提示:总结 https://www.youtube.com/watch?v=uB9yZenVLzg
git clone https://github.com/SeanPedersen/youtube-transcript-mcpcd youtube-transcript-mcp/uv venv && uv pip install -r pyproject.toml && source .venv/bin/activatefastmcp install claude-desktop mcp_server.py --with youtube-transcript-api"YouTube transcription service": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"--with",
"youtube-transcript-api",
"fastmcp",
"run",
"$INSERT_PATH/youtube-transcript-mcp/mcp_server.py"
],
"env": {},
"transport": "stdio"
}