TubeAlfred MCP Server
OfficialProvides tools to interact with the YouTube API, enabling video details, channel info, transcripts, comments, search, and playlist operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TubeAlfred MCP ServerSearch for 'MCP servers' on YouTube"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@tubealfred/mcp
Stdio MCP server for the TubeAlfred YouTube API. Bridges any MCP client that speaks stdio (Claude Desktop, Cursor, Continue, Claude Code, Zed) to the hosted streamable-HTTP server at mcp.tubealfred.com.
Use the same API key for the REST API at api.tubealfred.com and this MCP surface.
Install
Claude Desktop one-click extension
Download the latest Desktop Extension:
https://github.com/tubealfred/mcp/releases/latest/download/tubealfred-youtube.mcpb
Double-click tubealfred-youtube.mcpb, approve the Claude Desktop install prompt, then paste your TubeAlfred API key when prompted. This is the recommended path for non-terminal users.
For non-Claude Desktop clients, use the npx stdio bridge below.
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"tubealfred": {
"command": "npx",
"args": ["-y", "@tubealfred/mcp"],
"env": {
"TUBEALFRED_API_KEY": "ta_live_..."
}
}
}
}Restart Claude Desktop. The TubeAlfred YouTube tools for video, transcript, comments, replies, related videos, channels, streams, Shorts, playlists, community posts, search, hashtags, suggestions, trending, batch lookups, and URL resolution will appear in the tool list.
Cursor
Settings → Cursor Settings → MCP → Add new MCP server. Paste the same JSON.
Continue (VS Code / JetBrains)
In ~/.continue/config.json (or per-workspace config.yaml):
{
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@tubealfred/mcp"],
"env": { "TUBEALFRED_API_KEY": "ta_live_..." }
}
}
]
}
}Claude Code
claude mcp add tubealfred -- npx -y @tubealfred/mcpThen export the key in the same shell:
export TUBEALFRED_API_KEY=ta_live_...Smithery
npx -y @smithery/cli install tubealfred/youtube --client claudeSmithery prompts for the API key and writes the config for you.
Related MCP server: YouTube Content Extractor MCP
Configuration
Env var | Required | Description |
| yes | Your TubeAlfred team key. Create at tubealfred.com/app/api-keys. |
| no | Override the upstream MCP URL. Defaults to |
What you get
Every tool published at mcp.tubealfred.com appears in your MCP client:
youtube_video_getandyoutube_video_enhanced— video title, counts, duration, keywords, channel, transcript metadata, and enhanced detail fieldsyoutube_video_transcriptandyoutube_video_transcript_full— optimized and full transcript fetchesyoutube_comments_listandyoutube_comments_page— comment paginationyoutube_replies_listandyoutube_replies_page— reply-thread paginationyoutube_related_videosandyoutube_related_videos_page— related video discovery and paginationyoutube_channel_get,youtube_channel_about,youtube_channel_videos,youtube_channel_videos_page,youtube_channel_streams,youtube_channel_streams_page,youtube_channel_shorts,youtube_channel_shorts_page,youtube_channel_playlists,youtube_channel_playlists_page,youtube_channel_community, andyoutube_channel_community_page— channel profile, about, video, stream, Shorts, playlist, and community feedsyoutube_search_query,youtube_search_page,youtube_search_suggest,youtube_search_hashtag, andyoutube_search_hashtag_page— discovery workflowsyoutube_trendingandyoutube_trending_shorts— trending video and Shorts feedsyoutube_playlist_get,youtube_playlist_metadata, andyoutube_playlist_page— playlist metadata and video paginationyoutube_url_resolve— parse YouTube URLs into canonical IDsyoutube_videos_batchandyoutube_channels_batch— batch detail lookups
Credits, rate limits, and quota are documented at https://tubealfred.com/docs#limits.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tubealfred/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server