article
README
🚀 模型上下文协议(MCP)服务器
本项目是为Claude桌面设计的一个模型上下文协议(MCP)服务器的实现。借助此服务器,您只需提供任意YouTube视频链接,大型语言模型(LLM)就能利用MCP检索该视频的文字记录,进而实现各种潜在的应用场景和任务。
🚀 快速开始
您可以直接运行此MCP服务器,然后提供YouTube视频链接,让大型语言模型(LLM)通过MCP去检索视频文字记录,开启多样化的应用体验。
一个为Claude Desktop设计的MCP服务器,可通过YouTube视频URL获取字幕,扩展LLM功能应用场景。
本项目是为Claude桌面设计的一个模型上下文协议(MCP)服务器的实现。借助此服务器,您只需提供任意YouTube视频链接,大型语言模型(LLM)就能利用MCP检索该视频的文字记录,进而实现各种潜在的应用场景和任务。
您可以直接运行此MCP服务器,然后提供YouTube视频链接,让大型语言模型(LLM)通过MCP去检索视频文字记录,开启多样化的应用体验。
Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive
Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed