YouTube Transcript MCP 服务器
一个让 Claude 获取和分析 YouTube 视频字幕的 MCP 服务器。
快速入门
-
安装依赖并构建项目: npm install npm run build
-
配置 Claude Desktop:
- 编辑配置文件
~/Library/Application Support/Claude/claude_desktop_config.json
,添加以下内容: { "mcpServers": { "youtube-transcript": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/ytrnscrpt-mcp-server/dist/index.js" ] } } } - 重启 Claude Desktop。
- 提问示例:"获取 [YouTube URL] 的字幕"。
- 编辑配置文件