Servers
YouTube MCP Server
@ZubeidHendricks
MCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-youtube"
],
"env": {
"YOUTUBE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}