Fetch MCP Server

5hrs agorelease 3 0 0

Lightweight web fetching and HTML-to-Markdown conversion server for MCP AI assistants, enabling clean web retrieval and documentation parsing.

Country:
Global
Added On:
2026-09-17
Fetch MCP ServerFetch MCP Server

Fetch MCP Server is an essential Model Context Protocol utility for retrieving web content and converting raw web pages into clean, token-efficient Markdown. It gives LLM agents the ability to read public documentation, research articles, and API references without the overhead and vulnerability of running a heavy headless browser.

Core Features

  • Intelligent Content Extraction: Converts HTML pages into clean, structured Markdown, stripping out ads, navigation clutter, cookie banners, and boilerplates.
  • Token Efficient: Drastically reduces token consumption compared to feeding raw HTML into an LLM context window.
  • Configurable Headers & User-Agents: Supports custom user-agent headers to ensure compatibility with modern web servers.
  • Lightweight & Fast: Executes requests via fast native HTTP clients with low memory footprint, ideal for background research agents.

Claude Desktop Configuration

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": [
        "mcp-server-fetch"
      ]
    }
  }
}

Frequently Asked Questions

How does Fetch MCP differ from Puppeteer MCP?

Puppeteer MCP launches a full headless Chromium browser to execute JavaScript and take screenshots. Fetch MCP is a lightweight HTTP request client that simply retrieves HTML and parses it into Markdown, using a fraction of the memory and CPU.

Can Fetch MCP read pages that require JavaScript rendering?

Fetch MCP is optimized for server-rendered HTML and static documentation. For complex Single Page Applications (SPAs) or pages behind Cloudflare challenges, use Stealth Browser MCP or Puppeteer MCP.

Is Fetch MCP free and open source?

Yes, Fetch MCP is an open-source tool maintained under the official Model Context Protocol organization under the MIT license.

data statistics

Relevant Navigation

No comments

none
No comments...