← Claude MCP Servers Directory

🌐

Fetch MCP Server

Official

About

Web content fetching and conversion for efficient LLM usage. Fetch web pages and convert them to formats optimized for AI processing.

Features

  • Fetch web content
  • Convert HTML to markdown
  • Extract text from web pages
  • Handle redirects and cookies

Installation

Using Claude Desktop

Add this configuration to your Claude Desktop config file:

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

Using Cursor

Configure in your Cursor settings (Settings > MCP):

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

How to Use

Once installed, you can ask your AI assistant to:

  • "Fetch content from a URL"
  • "Convert web page to markdown"
  • "Extract article text from news sites"