Web Fetch & Scraping MCP Server
Converts arbitrary web pages, documentation, and HTML to clean Markdown for agent reading.
⚡ 1-Line CLI Test Command
npx -y @modelcontextprotocol/server-fetch
⚙️ Claude Desktop Config (claude_desktop_config.json)
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch"
]
}
}
}
🛠️ Exposed Tools
fetch_url