Retrieves and converts web content into various formats.
If you already use Fetch, the fetch mcp server is the piece that lets your assistant work with it directly. Retrieves and converts web content into various formats.
This MCP server provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
fetch_html — Fetch a website and return the content as HTMLInput — - url (string, required): URL of the website to fetchfetch_json — Fetch a JSON file from a URLfetch_txt — Fetch a website and return the content as plain text (no HTML)fetch_markdown — Fetch a website and return the content as MarkdownTools — The Tools tool exposed by this serverResources — This server does not provide any persistent resources. It's designed to fetch and transform web content on demandUsage — The Usage tool exposed by this serverThis sits in the search and retrieval group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Fetch's toolset — fetch_html, Input, fetch_json and 5 more — is a fair guide to whether it matches your workflow. It is maintained by tokenizin; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Fetch's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| fetch_html | Fetch a website and return the content as HTML |
| Input | - url (string, required): URL of the website to fetch |
| fetch_json | Fetch a JSON file from a URL |
| fetch_txt | Fetch a website and return the content as plain text (no HTML) |
| fetch_markdown | Fetch a website and return the content as Markdown |
| Tools | The Tools tool exposed by this server. |
| Resources | This server does not provide any persistent resources. It's designed to fetch and transform web content on demand. |
| Usage | The Usage tool exposed by this server. |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.