This YouTube Watch Later MCP server, developed by Radek, integrates with the YouTube API to manage Watch Later playlists. Built with TypeScript and Express, it provides functionality for OAuth2 authentication, playlist item retrieval, and video management. The server implements a refresh token mechanism for maintaining long-term access and includes a separate script for obtaining initial authentication. By abstracting YouTube API interactions into a standardized MCP interface, it enables AI systems to easily interact with users' Watch Later content. This implementation is particularly useful for applications involving content curation, video recommendation systems, and automated playlist management, facilitating use cases such as personalized viewing schedules, content analysis, and cross-platform video organization.
rados10