Huoshui Fetch
H

Huoshui Fetch

An MCP server dedicated to web content scraping and conversion, providing a toolset for obtaining, converting, and extracting data from web pages
2 points
4.8K

What is huoshui-fetch?

huoshui-fetch is a tool server specifically designed for web content acquisition and processing. It can help you extract useful information from any web page and convert this information into an easy-to-read and use format. Whether you need to obtain news articles, extract web page data, convert HTML content, or analyze web page structure, this tool can provide you with powerful support.

How to use huoshui-fetch?

huoshui-fetch is mainly used through AI assistant applications such as Claude Desktop. You only need to add the corresponding settings to the configuration file, and you can directly call various web processing functions in the conversation. There's no need to write code, and complex web content processing tasks can be completed through simple natural language instructions.

Applicable scenarios

huoshui-fetch is particularly suitable for the following scenarios: 1. Quickly obtain web content during research and study. 2. Save web articles in a clean Markdown format. 3. Extract links and images from web pages in batches. 4. Analyze web page structure and metadata. 5. Convert JSON data into an easy-to-read document format. 6. Obtain web content that requires login to access.

Main features

Web page acquisition tool
Supports obtaining web page content from URLs, allowing you to customize the timeout, redirect handling, and user - agent settings. It especially provides a function to obtain content with custom request headers, which is convenient for accessing web pages that require authentication.
HTML conversion tool
Converts HTML content into a clean Markdown format or extracts plain text content. Supports HTML cleaning function, automatically removing irrelevant elements such as scripts and styles.
Article content extraction
Intelligently extracts the main article content from web pages, automatically filtering out irrelevant information such as navigation bars, advertisements, and sidebars, and focusing on the core content.
Metadata extraction
Extracts metadata information such as the title, description, and Open Graph tags of web pages, helping you quickly understand the overview of web pages.
Link extraction
Extracts all links from web pages and supports filtering by domain name, type, etc., which is convenient for batch processing.
Image extraction
Extracts image information from web pages, supports filtering by size, and obtains detailed information such as image URLs and alt texts.
Structured data extraction
Extracts structured information such as JSON - LD and microdata from web pages, which is particularly suitable for processing product information, article data, etc.
JSON to Markdown
Converts JSON data into an easy - to - read Markdown format, which is convenient for viewing and analyzing structured data.
Advantages
No programming knowledge is required, and it can be used through natural language.
Supports multiple web content processing functions, providing a one - stop solution.
Intelligently extracts the core content of articles and filters out irrelevant information.
Supports custom request headers and can access web pages that require authentication.
Has a variety of output formats to meet different usage needs.
Seamlessly integrates with AI assistants such as Claude Desktop.
Limitations
Requires a Python 3.11+ runtime environment.
Manual adjustment of extraction parameters may be required for some complex web pages.
Cannot handle dynamic content that requires JavaScript rendering.
Requires an internet connection to obtain web page content.
Some websites may have anti - scraping mechanisms that impose restrictions.

How to use

Install the Python environment
Ensure that Python 3.11 or a higher version is installed on your computer. You can download and install it from the official Python website.
Install the uv tool (recommended)
uv is a fast Python package manager and installer that can simplify the installation process.
Configure Claude Desktop
Add the huoshui - fetch server configuration to the Claude Desktop configuration file.
Restart Claude Desktop
After saving the configuration file, restart the Claude Desktop application for the configuration to take effect.
Start using
In the Claude conversation, you can now directly use various web processing functions.

Usage examples

Obtain and save news articles
When you see a valuable news article online and want to save it for later reading or organization, you can use huoshui - fetch to quickly obtain and convert it to a clean format.
Research data collection
When conducting academic research or project investigations, you need to collect relevant data from multiple web pages and organize it into a unified format.
Web page data analysis
When you need to analyze the structure, link relationships, or image resources of a website, you can use the extraction tool to quickly obtain relevant information.
Technical document conversion
Convert the JSON data of API documents or technical specifications into an easy - to - read Markdown format for team members to review.

Frequently Asked Questions

Is huoshui - fetch free?
Do I need programming knowledge to use it?
Can it handle websites that require login?
How accurate is the extracted content?
Does it support Chinese web pages?
How to handle dynamically loaded content?
Are there any usage restrictions or quotas?
How to get technical support?

Related resources

GitHub repository
Obtain the source code, submit issues, and participate in development
MCP protocol documentation
Understand the technical details of the Model Context Protocol
Claude Desktop
Download and install the Claude Desktop application
Python official website
Download the Python programming language
uv tool documentation
Understand how to use the uv package manager
Release guide
Detailed release and deployment instructions

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "huoshui-fetch": {
      "command": "uvx",
      "args": ["--no-cache", "--from", ".", "huoshui-fetch"],
      "cwd": "/path/to/huoshui-fetch"
    }
  }
}

{
  "mcpServers": {
    "huoshui-fetch": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/yourusername/huoshui-fetch.git",
        "huoshui-fetch"
      ]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
7.9K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
8.4K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
6.2K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
8.7K
5 points
R
Runno
Runno is a collection of JavaScript toolkits for securely running code in multiple programming languages in environments such as browsers and Node.js. It achieves sandboxed execution through WebAssembly and WASI, supports languages such as Python, Ruby, JavaScript, SQLite, C/C++, and provides integration methods such as web components and MCP servers.
TypeScript
6.6K
5 points
P
Praisonai
PraisonAI is a production-ready multi-AI agent framework with self-reflection capabilities, designed to create AI agents to automate the solution of various problems from simple tasks to complex challenges. It simplifies the construction and management of multi-agent LLM systems by integrating PraisonAI agents, AG2, and CrewAI into a low-code solution, emphasizing simplicity, customization, and effective human-machine collaboration.
Python
7.3K
5 points
N
Netdata
Netdata is an open-source real-time infrastructure monitoring platform that provides second-level metric collection, visualization, machine learning-driven anomaly detection, and automated alerts. It can achieve full-stack monitoring without complex configuration.
Go
9.7K
5 points
M
MCP Server
The Mapbox MCP Server is a model context protocol server implemented in Node.js, providing AI applications with access to Mapbox geospatial APIs, including functions such as geocoding, point - of - interest search, route planning, isochrone analysis, and static map generation.
TypeScript
8.8K
4 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
19.1K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
30.3K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
21.9K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
63.7K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
27.1K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
58.1K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
19.9K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
41.5K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase