RedNote MCP
About
Search and retrieve content from the Xiaohongshu (Red Book) platform.
Details
- Author
- milescool
- Categories
- Search, Other
Jump to
Setup
Install RedNote MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/milescool/rednote-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
RedNote MCP - Xiaohongshu Content Search Tool
RedNote MCP is a Model Context Protocol (MCP) server for searching and retrieving content from Xiaohongshu (Red Book) platform. It provides intelligent content extraction with automatic login management and parallel processing capabilities.
- Runtime: Node.js with TypeScript
- Browser Automation: Playwright
- Protocol: Model Context Protocol (MCP) SDK
- Validation: Zod schema validation
- Package Manager: pnpm
interface RedBookNote { title: string; // Note title content: string; // Note content author: string; // Author name authorDesc?: string; // Author description link: string; // Note URL likes?: number; // Like count collects?: number; // Favorite count comments?: number; // Comment count tags?: string[]; // Hashtag list images?: string[]; // Image URLs (WebP format) }
git clone <repository-url> cd rednote-mcp
Add the following configuration to your Claude Desktop config file:
Windows:%APPDATA%\Claude\claude_desktop_config.jsonmacOS:~/Library/Application Support/Claude/claude_desktop_config.json
{ "mcpServers": { "rednote-mcp": { "command": "node", "args": [ "C:\\ABSOLUTE\\PATH\\TO\\rednote-mcp\\build\\index.js" ] } } }
{ "mcpServers": { "rednote-mcp": { "command": "node", "args": [ "/absolute/path/to/rednote-mcp/build/index.js" ] } } }
Replace the path with your actual project directory.
For other MCP-compatible clients, use the built server file:
Once configured, you can use the search tool in your MCP client:
Search for "food recommendation" on Xiaohongshu
The tool will return structured data including titles, content, author information, and images.
- pnpm build- Build TypeScript to JavaScript
- pnpm start- Run the built MCP server
- pnpm dev- Development mode with auto-reload
- pnpm test- Run tests (if available)
- pnpm clean- Clean build directory
This project is licensed under the MIT License - see theLICENSEfile for details.
This tool is for educational and research purposes. Please respect Xiaohongshu's terms of service and rate limits when using this tool.
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Live data from Twitter, Reddit, the web, GitHub, Amazon and YouTube for AI agents - one hosted MCP server, no API keys.
Comprehensive web, news, and social media search and analysis using xAI's Grok API.
Social media search and analytics across X, Reddit, Bluesky, YouTube, LinkedIn, Facebook, Instagram, and Weibo via the Rolli IQ API
Reddit, Twitter, Google Trends, LinkedIn, Medium, Dev.to & News MCP server that uses your Chrome login session. 13 tools, fully local, pip install.
Public opinion for LLMs — HackerNews, Reddit, 4chan, Stack Exchange, Telegram. Zero API keys.
Xiaohongshu XHS RedNote Social Media Data Assistant MCP
Read-only Xiaohongshu / XHS / RedNote MCP for note search, note details, paginated comments, creator profiles, and creator note lists.
An MCP server for interacting with the Reddit API, enabling searches for posts, comments, and subreddits.
Hosted, Stateless & Multitenant Reddit MCP server enables AI assistants to search, retrieve, and analyze posts, comments, and communities through Reddit.
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Search campgrounds around the world on campertunity, check availability, and provide booking links.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



