Back to MCPs
Official

Fetch

Web content fetching and conversion for efficient LLM usage. Retrieve web pages and convert HTML to markdown for easier consumption by Claude.

webfetchhttp+1 more
876 upvotes 32,100 views by Anthropic
Installation
npx -y @modelcontextprotocol/server-fetch

How to add to Claude Code

  1. Open Claude Code settings

    Run claude config or edit ~/.claude/config.json

  2. Add the MCP server configuration
    {
      "mcpServers": {
        "fetch": {
          "command": "npx",
          "args": [
                  "-y",
                  "@modelcontextprotocol/server-fetch"
          ]
        }
      }
    }
  3. Restart Claude Code

    The MCP server will now be available in your sessions