YouTube MCP
提取视频字幕与元数据,辅助内容总结与资料采集。
社区·↓ 720 次安装·27 天前
安装命令
终端
npx -y @anaisbetts/mcp-youtube在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": [
"-y",
"@anaisbetts/mcp-youtube"
]
}
}
}