Youtube
Rank #86,217smithery/node2flow/youtube
MCP server for YouTube Data API v3 with OAuth 2.0 authentication. ## Features - Search videos, channels, and playlists with filters (duration, date, region, type) - Get video details — views, likes, comments, duration, tags, thumbnails - Browse channel statistics — subscribers, video count, total views - List and manage playlists — create, update, delete, add/remove videos - Read and post comments — top-level threads, replies, moderation - Rate videos with like/dislike/unrate - Get trending videos by region and category - Automatic access token refresh via OAuth 2.0 ## 20 Tools **Search & Discovery**: search YouTube, get popular/trending videos, list video categories **Videos & Channels**: get video details, get channel info **Playlists**: list playlists, list playlist items, create/update/delete playlist, add/remove playlist item **Comments**: list comment threads, list replies, post comment, reply to comment, update/delete comment **Ratings**: rate video (like/dislike/none) ## Configuration - YOUTUBE_CLIENT_ID — OAuth 2.0 Client ID from https://console.cloud.google.com/apis/credentials - YOUTUBE_CLIENT_SECRET — OAuth 2.0 Client Secret - YOUTUBE_REFRESH_TOKEN — Refresh Token from https://developers.google.com/oauthplayground (scope: youtube)
Youtube is a Model Context Protocol (MCP) server published by node2flow-th. It ranks #86,217 of 115,460 servers tracked on MCP Toplist. Youtube is listed on Smithery, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 12, 2026.
Ranks ahead of 29,243 of 115,460 servers on MCP Toplist.
Use Youtube
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http youtube https://server.smithery.ai/node2flow/youtube/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.youtube]
url = "https://server.smithery.ai/node2flow/youtube/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/node2flow/youtube/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"youtube": {
"url": "https://server.smithery.ai/node2flow/youtube/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"youtube": {
"type": "http",
"url": "https://server.smithery.ai/node2flow/youtube/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"youtube": {
"serverUrl": "https://server.smithery.ai/node2flow/youtube/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"youtube": {
"url": "https://server.smithery.ai/node2flow/youtube/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fnode2flow%2Fyoutube)<a href="https://mcptoplist.com/server/smithery%2Fnode2flow%2Fyoutube"><img src="https://mcptoplist.com/badge/smithery%2Fnode2flow%2Fyoutube.svg" alt="MCP Toplist: #86,217 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
node2flow-th
Other servers by node2flow-th
- Notion#52,444
- Airtable#86,197
- Binance#86,198
- Binance TH#86,199
- Bitkub#86,200
- Gemini File Search#86,201
- Gmail#86,202
- Google Calendar#86,203
- Google Docs#86,204
- Google Drive#86,205
- Google Sheets#86,206
- Line-bot#86,208
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Youtube?
- Youtube is maintained by node2flow-th, which publishes 21 MCP servers (0 total versions) tracked on MCP Toplist.
- Is Youtube listed on the Official MCP Registry?
- Youtube is not on the Official MCP Registry. It is listed on Smithery.
- How many versions does Youtube have?
- Youtube ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Youtube?
- The source code for Youtube is hosted at github.com/node2flow-th/youtube-mcp-community.