Fetch-MCP provides a server for retrieving web content and YouTube video transcripts through two specialized tools. The implementation fetches URLs and converts HTML to Markdown by default, with options to return raw HTML or limit content length. It also extracts YouTube video transcripts with timestamps, making it useful for AI assistants that need to reference web content or video information. Built with TypeScript using the Model Context Protocol SDK, it supports both stdio and SSE server modes for flexible integration options.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Fetch a URL, can return either HTML or Markdown (default).
Fetch the transcript of a YouTube video.