fetch-mcp
148
fetch-mcp is a Model Context Protocol (MCP) server designed to fetch URLs and Youtube video transcripts. It supports running as a stdio server, SSE server, and streamable HTTP server, providing flexibility in fetching data over different protocols.
fetch-mcp
An MCP server for fetching URLs and Youtube video transcripts.
Usage
- Run as a stdio server
- Start as SSE server
- Streamable HTTP server available at
/mcp
or a custom endpoint
Tools
- fetch_url: Fetch URLs, can return HTML or Markdown.
- fetch_youtube_transcript: Fetch Youtube transcripts.
License
MIT License.