Fetch Web Reader MCP Server
search By Anthropic
Description
Exposes tools to download and convert remote HTML pages into clean, agent-readable markdown.
Install & Run Command
npx -y @modelcontextprotocol/server-fetch
Use this command in your Model Context Protocol client environment (e.g., Claude Desktop config or other orchestration transport setups).
mcp_config.json Snippet
Add this configuration block inside your local client mcpServers section:
"mcpServers":
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch"
]
}
}
} Server Details
Stars & Popularity ⭐️ 87.2k
Author Anthropic
Category search
Status Active / Stable
⚡ Try in Config Builder ← Back to Registry