Add VidWords - hosted YouTube MCP server and API - #454
Open
haljishi wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
One row under Platforms/API for VidWords — a hosted YouTube MCP server and REST API.
https://vidwords.com/mcp(remote Streamable HTTP)Authorization: Basic <token>also works for CI and headless agentscom.vidwords/youtube,status: activeWhy Platforms/API
The section is described as "Able to connect LLM with the real world", which is exactly the job here: a model cannot watch a video, but it can read a transcript with timestamps it is able to cite. The nine tools are
search_transcript,get_transcript,list_channel_videos,analyze_video,get_analysis,ask_video,list_watchlists,watchlist_activityandaccount.search_transcripttakes a list of videos, so one call can answer a question across a whole channel and come back with clickable timestamp citations.I used the docs URL rather than a repo URL, matching the existing BidClub, Crewship and Taskade Genesis rows, and omitted the stars badge since the entry does not point at a repo. Happy to move it to Tools instead if you would rather group it with the MCP servers there.
Disclosure
I maintain VidWords. There is a free tier that needs no card.