MCP Servers / web-scraping / Fetch

Fetch

JSON →
httpnone764web-scraping

Fetch web content as HTML, JSON, plain text, or Markdown.

Install
How to run this server
[ { "cmd": "npx mcp-fetch", "imports": [] } ]
server path: fetch-2
Tools
What this server exposes
fetch_html
Fetch a website and return its raw HTML content.
fetch_markdown
Fetch a website and return its content converted to Markdown.
fetch_txt
Fetch a website and return plain text with HTML tags, scripts, and styles removed.
fetch_json
Fetch a URL and return the JSON response.
fetch_readable
Fetch a website and extract the main article content using Mozilla Readability, returned as Markdown. Strips navigation, ads, and boilerplate. Ideal for articles and blog posts.
fetch_youtube_transcript
Fetch a YouTube video's captions/transcript. Uses yt-dlp if available, otherwise extracts directly from the page. Accepts an additional lang parameter (default: 'en') to select the caption language.
Configuration
Environment & auth
authnone
Resources
Fetch — MCP Server · libregistry