Fetch MCP Server

Fetch web pages and convert HTML to Markdown for AI consumption

By Anthropic (official) ★ 4.1K stars official web scraping

The Fetch MCP Server is a lightweight tool that retrieves web pages and converts them to clean Markdown. Essential for research agents that need to read documentation, blog posts, or any web content in a format that LLMs understand efficiently.

Installation & Configuration

Add this block to your claude_desktop_config.json (or your agent framework's MCP config file):

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

Config file location:

Available Tools (1)

Use Cases

Source & Documentation

GitHub Repository: https://github.com/modelcontextprotocol/servers/tree/main/src/fetch

Protocol: Model Context Protocol (MCP) — modelcontextprotocol.io

← Back to MCP Server Directory