サーバー
Y
Youtube Skills For Ai Agents
@ZeroPointRepo
YouTube skills powered by TranscriptAPI gives MCP-compatible AI agents direct access to YouTube's largest knowledge base. Extract full transcripts with timestamps from any public YouTube video, search across entire channels by keyword, and pull transcripts from complete playlists
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"youtube-skills": {
"command": "npx",
"args": [
"-y",
"@anthropic-ai/claude-code",
"--skills_path",
"/path/to/youtube-skills"
]
}
}
}