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 | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Web Scrapingsocial-mediaProductivity | ProductivityDeveloper ToolsCommunication |
| 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.
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
- 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"]
}
}
}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"]
}
}
}