kdr/yt-mcp-server
If you are the rightful owner of yt-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP server with various utility functions for dealing with YouTube data.
Tools
Functions exposed to the LLM to take actions
get_watch_url
Returns the YouTube watch URL for a given video ID, optionally starting at a specific time.
Args: video_id: The YouTube video ID. start_time: The start time in seconds
get_thumbnail_url
Returns the thumbnail URL for a given YouTube video ID.
Args: video_id: The YouTube video ID.
get_normalized_url
Returns the normalized YouTube URL for a given URL.
Args: url: The YouTube URL to normalize.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client