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.
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.
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.
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.