Overview
what is fetch-mcp?
fetch-mcp is an MCP server designed to fetch URLs and retrieve YouTube video transcripts, making it easier for developers to access web content and video data.
how to use fetch-mcp?
To use fetch-mcp, you can run the following commands in your terminal:
# stdio server
npx -y fetch-mcp
# sse server
npx -y fetch-mcp --sse
key features of fetch-mcp?
- Fetches URLs and returns content in HTML or Markdown format.
- Retrieves transcripts from YouTube videos.
- Supports both standard input/output and server-sent events (SSE).
use cases of fetch-mcp?
- Integrating URL fetching capabilities into applications.
- Extracting and displaying YouTube video transcripts for educational purposes.
- Automating content retrieval for web scraping projects.
FAQ from fetch-mcp?
- Can fetch-mcp fetch any URL?
Yes, fetch-mcp can fetch any valid URL and return its content.
- Is there a limit to the number of URLs I can fetch?
There is no specific limit, but performance may vary based on server capabilities and network conditions.
- How do I get the YouTube transcript?
Simply use the fetch_youtube_transcript tool provided by fetch-mcp to retrieve the transcript of a YouTube video.