MCP Marketplace logo
MCP
All servers
Anthropic

Fetch

official

Fetch URLs and convert HTML to clean Markdown.

by Anthropic51kMITupdated 1mo agoadded 1y ago

Reference Fetch server. Pull any URL, optionally extract main content, and return Markdown for downstream LLM use.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

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

Related servers