RedNote-MCP vs fetch
Side-by-side comparison to help you pick between these two MCP servers.
RedNote-MCP by iFurySt | fetch by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1,053 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 76 |
| Official | — | ✓ |
| Categories | Web Scrapingsocial-mediaProductivity | Web ScrapingAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | 12 mo ago | this month |
RedNote-MCP · Summary
RedNote MCP server provides programmatic access to XiaoHongShu content through search and URL fetching.
fetch · Summary
An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.
RedNote-MCP · Use cases
- Content research by searching XiaoHongShu with specific keywords
- Retrieving detailed note content from known XiaoHongShu URLs
- Automating content collection from the XiaoHongShu platform
fetch · Use cases
- LLMs reading news articles and blogs
- Content analysis of web pages
- Retrieving information from public websites
- Chunked reading of large web documents
RedNote-MCP · Install
Installation
- Install prerequisites:
npx playwright install- Install via npm:
npm install -g rednote-mcp- Initialize authentication:
rednote-mcp init- Configure in Claude Desktop:
{
"mcpServers": {
"RedNote MCP": {
"command": "rednote-mcp",
"args": ["--stdio"]
}
}
}fetch · Install
Installation
**Using uv (recommended)** No specific installation needed. Use uvx to run the server directly:
uvx mcp-server-fetch**Using PIP** Install via pip:
pip install mcp-server-fetchThen run as:
python -m mcp_server_fetchClaude Desktop Configuration
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}