fetch-mcp logo

fetch-mcpEen flexibele HTTP-fetching Model Context Protocol server.

(0)
Daniel NikulshynBeoordeeld door Daniel Nikulshyn·Bijgewerkt juli 2026

Overzicht

Fetch MCP Server is een MCP-server voor het ophalen van webinhoud in verschillende formaten. Het stelt gebruikers in staat om webinhoud op te halen als HTML, JSON, platte tekst, Markdown, leesbare artikelinhoud en YouTube-transcripts. De server accepteert algemene parameters zoals URL, aangepaste headers, maximale lengte, startindex en proxy-URL. Het ondersteunt ook verschillende commando's voor verschillende soorten opnames, inclusief fetch_html, fetch_markdown, fetch_txt, fetch_json, fetch_readable en fetch_youtube_transcript. De tool is ontworpen om flexibel te zijn en kan worden gebruikt als een MCP-server of als een CLI-tool.

Belangrijkste functies

  • Webinhoud ophalen als HTML, JSON, platte tekst of Markdown
  • Inhoud van artikelen extraheren met Mozilla Readability
  • YouTube-video transcripts extraheren
  • Proxy-ondersteuning voor verzoeken
  • Pagineringsondersteuning met max_length en start_index
  • Aangepaste requestheaders

Prijs

Model
Free
Categorie
MCPServers
Beoordeling
Nog geen reviews

Toepassingen

Artikelinhoud ophalen

Gebruik het commando fetch_readable om de hoofdartikelinhoud van een webpagina te extraheren, waarbij navigatie, advertenties en boilerplate worden verwijderd.

YouTube-transcripts extraheren

Gebruik het commando fetch_youtube_transcript om de transcriptie van een YouTube-video te extraheren, met optionele taalselectie.

Webinhoud ophalen als Markdown

Gebruik het commando fetch_markdown om een webpagina op te halen en de inhoud terug te geven als Markdown.

Pluspunten & minpunten

Pluspunten

  • Flexibel en ondersteunt meerdere formaten voor het ophalen van webinhoud
  • Ondersteunt het extraheren van artikelinhoud via Mozilla Readability
  • Kan YouTube-video transcripts extraheren
  • Bevat functies zoals proxy-ondersteuning, paginering en aangepaste requestheaders
  • Incluidert beveiligingsfuncties zoals SSRF-bescherming en limieten op de responsgrootte

Minpunten

  • Vereist kennis van MCP-clientconfiguratie voor serveropzet
  • Sommige functies zoals het extraheren van YouTube-transcripts vereisen extra tools (yt-dlp)

Recensies

Log in om een review te schrijven.

Nog geen reviews. Wees de eerste!

Vragen

Do I need extra tools to use the YouTube transcript feature?

The transcript extraction uses yt-dlp if it’s installed; otherwise the server falls back to extracting directly from the YouTube page, so yt-dlp is optional but recommended.

Asked by Elif Yildiz · Jan 4, 2026

What formats can fetch-mcp return for a regular webpage?

It can return raw HTML, Markdown, plain text (tags stripped), JSON (if the endpoint returns JSON), and a readable article version via Mozilla Readability, all selectable via specific commands.

Asked by Daniel Schmidt · Dec 21, 2025

How does fetch-mcp handle large responses or pagination?

It supports max_length to limit characters returned (default 5000) and start_index to begin at a specific character, allowing you to paginate through long content.

Asked by Bartek Adamski · Dec 20, 2025

Can fetch-mcp retrieve a YouTube video transcript and in which languages?

Yes, using the fetch_youtube_transcript command it can extract captions; you can specify a language code with the lang flag (default is English).

Asked by Ethan Brooks · Nov 22, 2025

Stel een vraag

Alternatieven voor MCPServers