RedNote-MCP
by iFurySt·★ 1,053·Score 47
RedNote MCP server provides programmatic access to XiaoHongShu content through search and URL fetching.
Overview
RedNote-MCP is an MCP server that enables access to XiaoHongShu (RedNote) content through its API. It supports keyword search for notes, content retrieval via URLs, and includes authentication management with cookie persistence. The server is built with TypeScript and provides both CLI and MCP protocol interfaces for integration with AI clients like Cursor.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server when you need to programmatically access RedNote content for analysis or research, especially if you're already using MCP-compatible clients like Cursor.
When NOT to choose this
Avoid if you need real-time data access or comprehensive comment functionality, as this server relies on cookie authentication that may expire and comment access is not yet implemented.
Tools this server exposes
3 tools extracted from the READMEsearch_notesSearch RedNote notes using keywords
get_note_by_urlAccess RedNote note content through URL
init_loginInitialize authentication by logging into RedNote
Note: Tool names inferred from functional descriptions in the README. The actual MCP tool names might differ slightly.
Comparable tools
Installation
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"]
}
}
}FAQ
- How do I authenticate with XiaoHongShu?
- Run 'rednote-mcp init' which opens a browser window for manual login. Cookies are saved to ~/.mcp/rednote/cookies.json.
- What content can I access with this MCP server?
- You can search for notes using keywords and retrieve content from specific XiaoHongShu URLs. Comment access is planned but not yet implemented.
On Hacker News
Recent discussion from the developer community.
- Story by ifuryst · 2025-04-11
Compare RedNote-MCP with
Last updated · Auto-generated from public README + GitHub signals.