F

Fetch MCP Server

Verified

Fetch and convert web pages to markdown for AI agent consumption.

open-source 79/100 Knowledge & Search web fetch scraping markdown content-extraction

A Model Context Protocol server that fetches web pages and converts their content to markdown for easy consumption by AI agents. Supports fetching arbitrary URLs and extracting clean text content.

Handles HTML-to-markdown conversion, robots.txt compliance, and configurable content extraction.

Install

npx -y @modelcontextprotocol/server-fetch

MCP Client Config

{
  "mcpServers": {
    "fetch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fetch"
      ]
    }
  }
}

Capabilities

Tools

fetch

Compatible With

Claude Desktop Claude Code Cursor Windsurf Continue

Metrics

18,500

GitHub Stars

35,000

Installs

2,600

Weekly

7

Open Issues