Server Directory
APIBeginner Official

Fetch

by Anthropic

GitHub
18.5k

Make HTTP requests and retrieve web content. Fetches URLs and converts HTML to markdown for easy consumption by LLMs. Supports robots.txt compliance.

CAPABILITIES

  • Fetch any URL content
  • HTML to markdown conversion
  • Robots.txt compliance
  • Configurable user agent
  • Content size limits

INSTALLATION

Terminal
npx -y @modelcontextprotocol/server-fetch

CLAUDE DESKTOP CONFIG

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
API
Difficulty
Beginner
Maintained By
Anthropic
NPM Package
@modelcontextprotocol/server-fetch

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →