RedNote-MCP

RedNote-MCP

507

RedNote MCP is a service for accessing Xiaohongshu content with features like authentication management and keyword searches. It can be used as a command-line tool and has specific instructions for setup and development.

rednote-mcp
{
  "mcpServers": {
    "RedNote MCP": {
      "command": "rednote-mcp",
      "args": [
        "--stdio"
      ]
    }
  }
}
npx
{
  "mcpServers": {
    "RedNote MCP": {
      "command": "npx",
      "args": [
        "rednote-mcp",
        "--stdio"
      ]
    }
  }
}