MCP Catalogs
Home

RedNote-MCP vs time

Side-by-side comparison to help you pick between these two MCP servers.

RedNote-MCP
by iFurySt
time
by modelcontextprotocol
Stars★ 1,053★ 85,748
30d uses
Score4777
Official
Categories
Web Scrapingsocial-mediaProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit12 mo agothis month

RedNote-MCP · Summary

RedNote MCP server provides programmatic access to XiaoHongShu content through search and URL fetching.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

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

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

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"]
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

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