4 YouTube tools your agent gets from the browser-memory MCP server, 3 reads and 1 write. They arrive together with the connection — there is nothing to install per site — and each one runs the operation in your own logged-in browser, returning structured JSON.
List the videos a YouTube channel has uploaded, newest first, given its handle (@mkbhd), a channel URL ([removed] or a raw channel id (UC...).
Read the signed-in user's YouTube home feed (the recommended videos) with pagination, through YouTube's own internal browse API instead of scraping the page.
Like a YouTube video by id or watch URL, or take the like back with undo=true. Use it when the user asks to like, thumbs up, unlike or remove the like from a video.
Search YouTube videos by text over the site's own internal [removed] endpoint (not the rendered page), returning videoId, title, channel, channelId, channelHandle, numeric views, duration, p…