Top Comments
Multi Fetch MCP Server
A Model Context Protocol server for web content fetching. It allows LLMs to retrieve and process web page content, converting HTML to markdown. Features include fetching single or multiple URLs concurrently, with options for content length and starting index. Supports customization such as user-agent and proxy settings.
Available Tools
- Fetches and processes URL content
- Allows concurrent URL fetching with
fetch_multi
Prompts
- Fetch a URL content in markdown format
Configuration
- Customize robots.txt, user-agent, and proxy settings
Installation
- No specific installation required when using
uv
;uvx
is used to run the server.