Skip to main content
Glama

RedNote MCP Server

by ethancod1ng

rednote_search_notes

Search and retrieve Xiaohongshu (Little Red Book) notes by keyword, content type (note, video, or all), and sorting preference (latest, popular, or relevant) with customizable results limit.

Instructions

搜索小红书笔记

Input Schema

NameRequiredDescriptionDefault
keywordYes搜索关键词
limitNo返回数量限制
sortNo排序方式relevant
typeNo内容类型all

Input Schema (JSON Schema)

{ "properties": { "keyword": { "description": "搜索关键词", "type": "string" }, "limit": { "default": 20, "description": "返回数量限制", "maximum": 100, "minimum": 1, "type": "number" }, "sort": { "default": "relevant", "description": "排序方式", "enum": [ "latest", "popular", "relevant" ], "type": "string" }, "type": { "default": "all", "description": "内容类型", "enum": [ "note", "video", "all" ], "type": "string" } }, "required": [ "keyword" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ethancod1ng/rednote-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server