MCP Catalogs
Home

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
Score4776
Official
Categories
Web Scrapingsocial-mediaProductivity
Web ScrapingAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last commit12 mo agothis 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

  1. Install prerequisites:
npx playwright install
  1. Install via npm:
npm install -g rednote-mcp
  1. Initialize authentication:
rednote-mcp init
  1. 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-fetch

Then run as:

python -m mcp_server_fetch

Claude Desktop Configuration

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.