MCP server for YouTube video management
MCP server for YouTube API enabling video management, analytics, and metadata retrieval. Requires YouTube Data API key.
{
"mcpServers": {
"youtube-api": {
"mcpServers": {
"youtube-api": {
"env": {
"YOUTUBE_API_KEY": "YOUR_YOUTUBE_API_KEY"
},
"args": [
"-y",
"youtube-mcp-server"
],
"command": "npx"
}
}
}
}
}