True LLMs / Web

Fetch MCP Server

Official MCP reference server that fetches web content and converts HTML to markdown so LLMs can retrieve and read web pages in chunks.

Data verified Aug 24, 2026

01 / Source

Author

Model Context Protocol steering group

Repository stars

89.9K

Repo last pushed

Aug 28, 2026

Stars and last-push date are the whole repository's (modelcontextprotocol/servers) — this server is one of several in that repo, at src/fetch.

httpweb-scrapingreference-server

02 / Setup

Auth

None

Environment variables

None

Config (mcpServers block)

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

From the server's own docs — the exact command and args it documents for local/stdio use.

03 / Permissions

What installing this server actually grants access to, as documented by its own source — not True LLMs' assessment.

Outbound network access (arbitrary URLs)Read

From the source's own docs

  • The server's own docs flag: this server can access local/internal IP addresses and may represent a security risk — exercise caution to avoid exposing sensitive data.

04 / Compatibility

Scope: compatibility below is what each skill's own source states, not an independent test — True LLMs hasn't run these against live agents yet. Marked confirmed by source where the repo says so, untested everywhere else.

Confirmed by source
0 of 8
Fact
Claude Codeuntested
Claude.aiuntested
Codexuntested
Command Codeuntested
Cursoruntested
OpenCodeuntested
Windsurfuntested
GitHub Copilotuntested
ShareShare on X →