MCP server for YouTube video search and metadata
Search YouTube videos, get video details, extract transcripts, and manage YouTube content through AI assistants.
{
"mcpServers": {
"youtube": {
"mcpServers": {
"youtube": {
"env": {
"YOUTUBE_API_KEY": "YOUR_API_KEY"
},
"args": [
"-y",
"zubeid-youtube-mcp-server"
],
"command": "npx"
}
}
}
}
}