Web
Fetch
Web content fetching and conversion that retrieves URLs and converts HTML to clean markdown for efficient LLM consumption.
Install
uvx mcp-server-fetch
The Fetch MCP server fetches web content and converts it for efficient LLM usage. It retrieves a URL and returns the content converted to markdown, optionally truncated and paginated.
## Capabilities
- Fetch arbitrary URLs over HTTP/HTTPS
- Convert HTML to clean, token-efficient markdown
- Chunk long pages with start index and max length controls
## Usage
```bash
# With uvx
uvx mcp-server-fetch
# With pip
pip install mcp-server-fetch
python -m mcp_server_fetch
```