
Fetch MCP Server
Reference server that fetches and converts web pages into clean markdown for LLM consumption.
Fetch MCP Server is a reference server that fetches and converts web pages into clean markdown for LLM consumption. Open-source reference implementation of the Model Context Protocol server specification.
About Fetch MCP Server
Fetch MCP Server is a Model Context Protocol server that fetches web URLs and converts HTML into clean markdown for LLM consumption. It's an open-source reference implementation of the MCP server specification.
It does one job — pull a page and hand back readable markdown — with cross-platform support for macOS, Windows, and Linux via the Node.js runtime. It's free to use with no paid tier or usage restrictions.
It fits anyone who wants an LLM to read web pages as clean text and is running an MCP-compatible client such as Claude Desktop, which it requires to be useful. It's a weaker fit if you need more than fetching, since it's a single-purpose tool, or if your targets resist scraping, since web fetching may be blocked by sites with anti-scraping protections or rate limits.
It's the minimal reference option: one job, no cost, and no configuration beyond an MCP client.
Sources: this listing
What it does well
- Open-source reference implementation of the Model Context Protocol server specification.
- Fetches web URLs and converts HTML content into clean markdown for LLM consumption.
- Cross-platform support for macOS, Windows, and Linux via Node.js runtime.
- Free to use with no paid tier or usage restrictions.
Where it falls short
- Single-purpose tool limited to fetching and converting web content.
- Requires an MCP-compatible client such as Claude Desktop to be useful.
- Web fetching may be blocked by sites with anti-scraping protections or rate limits.
Tagged
- Supports Claude
- CLI
- MCP Support
- Free
- Open Source
Compared with similar things
Picked by shared tags inside the MCP Servers.
- 01Free →Slack MCP Server
Reference MCP server for Slack — read channels, post messages, and manage threads from an agent.
- 02Free →Puppeteer MCP Server
Browser automation MCP server using Puppeteer — navigate, fill, click, and screenshot pages.
- 03Free →Postgres MCP Server
Read-only Postgres MCP server — let an LLM query your database with full schema awareness.
- 04Free →Filesystem MCP Server
Anthropic's reference MCP server for reading, writing, and searching files on the local filesystem.
- 05Free →GitHub MCP Server
Official GitHub MCP server — issues, PRs, repos, and code search through Claude or any MCP client.
- 06Free →Notion MCP Server
Official Notion MCP server — read, create, and update pages and databases from any MCP client.
Related reading
- How to Build an MVP with AI
You don't start by building. You start by finding the one assumption that would kill the idea, then build the smallest thing that tests it. Here's the full idea-to-deployed workflow from a live AI build session: research the market with ChatGPT, pick a segment on unit economics, have AI write the PRD, then vibe-code and ship with Claude Code — in a couple of hours, not a quarter.
Read guide → - What Is an AI Agent Harness? The Runtime That Turns an LLM Into an Agent
A harness is the runtime wrapper that turns a bare language model into an agent — the layer that runs tools, holds memory, assembles context, and enforces limits. The model does the reasoning; the harness does everything the model can't do on its own. It's the part that decides whether you shipped a chatbot or a real agent — and it's why the same model feels brilliant in one tool and useless in another.
Read guide → - Claude Code Memory
Claude Code has built-in memory — a CLAUDE.md file it reads each session — but it only holds short, hand-written notes. To make it understand a large codebase or docs set, you add a second brain: turn the repo into a knowledge graph, fold that into an Obsidian vault, and let the agent query the map instead of re-reading every file.
Read guide →
Featured on Vibedonalds
Own Fetch MCP Server? Add this badge to your site to show you’re listed — and link back to your profile here.
<a href="https://vibedonalds.com/tools/mcp-fetch" target="_blank" rel="noopener">
<img src="https://vibedonalds.com/badge/featured-on-vibedonalds.svg" alt="Fetch MCP Server — Featured on Vibedonalds" width="240" height="60" loading="lazy" />
</a>Frequently asked questions
- What is Fetch MCP Server?
- Fetch MCP Server is a reference server that fetches and converts web pages into clean markdown for LLM consumption.
- Is Fetch MCP Server free?
- Fetch MCP Server is free to use. There is no paid tier as of the last index update.
- What platforms does Fetch MCP Server support?
- Fetch MCP Server runs on mac, win, linux, cli.
- What category does Fetch MCP Server belong to?
- Fetch MCP Server is in the MCP Servers category — Implementations of the Model Context Protocol — file, database, API, and browser servers that LLM clients can plug into.
- What are the downsides of Fetch MCP Server?
- Single-purpose tool limited to fetching and converting web content. Requires an MCP-compatible client such as Claude Desktop to be useful. Web fetching may be blocked by sites with anti-scraping protections or rate limits.