71
/ 100
9 days ago
glama

YouTube MCP Server

Enables interaction with YouTube's Data API through MCP, providing tools for channel info, videos, playlists, captions, subscriptions, and more.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: YOUTUBE_CLIENT_SECRET, client_secret
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configYOUTUBE_CLIENT_ID"": "YOUR_CLIENT_ID",
configclient_idYOUR_CLIENT_ID.apps.googleusercontent.com
🔐 secretYOUTUBE_CLIENT_SECRET"": "YOUR_CLIENT_SECRET"
🔐 secretclient_secretYOUR_CLIENT_SECRET
configYOUTUBE_OAUTH_REDIRECT_URI
configoauth_redirect_uriRedirect URI (default: http://localhost)
configYOUTUBE_OAUTH_SCOPES
configscopesComma-separated OAuth scopes (default includes readonly; add https://www.googleapis.com/auth/youtube.force-ssl and https://www.googleapis.com/auth/youtube.upload for full features)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/divyav18-youtube-mcp-1kj6gt)](https://m8ven.ai/mcp/divyav18-youtube-mcp-1kj6gt)
commit: 087aa62540d378b73f952ce2ae1f400f2a83b7ed
code hash: 6fecbe5acc387596bf1e361c07bdb7f872c6dacb1f149e48c5d6ba367e734dd7
verified: 6/21/2026, 10:26:25 AM
view raw JSON →