A straightforward fetching utility that gives Claude two essential web scraping capabilities: pulling content from any URL (with optional HTML-to-Markdown conversion) and extracting transcripts from YouTube videos. You'll reach for this when you need Claude to analyze web pages, research articles, or work with YouTube content without manual copy-pasting. The server runs via npx with support for stdio, SSE, or HTTP modes, making it easy to drop into any MCP-enabled setup. Particularly handy for content analysis workflows where you want Claude to directly access and process web resources.
An MCP server for fetching URLs / Youtube video transcript.
This project is sponsored by ChatWise, an all-in-one LLM chatbot with first-class MCP support.
# stdio server
npx -y fetch-mcp
# sse server
npx -y fetch-mcp --sse
# streamable http server at /mcp
npx -y fetch-mcp --http
# custom endpoint
npx -y fetch-mcp --http /my-mcp
Fetch URL, can return HTML or Markdown (default).
Fetch Youtube transcript.
MIT.
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp