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.
claude mcp add --transport stdio egoist-fetch-mcp uvx fetch-mcp