YouTube 字幕
STDIO用于获取分析YouTube视频字幕的服务器
用于获取分析YouTube视频字幕的服务器
MCP server that enables Claude to fetch and analyze YouTube video transcripts.
npm install npm run build
~/Library/Application Support/Claude/claude_desktop_config.json
:{ "mcpServers": { "youtube-transcript": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/ytrnscrpt-mcp-server/dist/index.js" ] } } }
MIT