- RedNote MCP
RedNote MCP
Overview
What is RedNote MCP?
RedNote MCP is a user-friendly tool designed to help users access and interact with Xiaohongshu (RedNote) content through the Model Context Protocol.
How to use RedNote MCP?
To use RedNote MCP, install it via NPM or build it from source. After installation, run rednote-mcp init to log in and set up your account, which saves your login information securely.
Key features of RedNote MCP?
- Automatic cookie management for seamless login
- Keyword search through notes
- Command-line tools for easy interaction
- URL-based content viewing
Use cases of RedNote MCP?
- Accessing and managing Xiaohongshu notes efficiently.
- Searching for specific content within notes using keywords.
- Integrating with other tools via command-line interface.
FAQ from RedNote MCP?
- Is RedNote MCP easy to set up?
Yes! Just follow the installation instructions and run the initialization command.
- Can I use RedNote MCP without logging in?
No, logging in is required to access and manage your notes.
- What if my login expires?
You can simply run the
initcommand again to log in.
Server Config
{
"mcpServers": {
"RedNote MCP": {
"command": "npx",
"args": [
"rednote-mcp",
"--stdio"
]
}
}
}Project Info