RedNote MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rednote_search_notesC | 搜索小红书笔记 |
| rednote_get_noteC | 获取笔记详情 |
| rednote_get_user_infoC | 获取用户信息 |
| rednote_get_user_notesC | 获取用户笔记 |
| rednote_get_trending_topicsD | 获取热门话题 |
| rednote_analyze_contentD | 分析内容 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Most tools have distinct purposes targeting different resources (content analysis, note details, trending topics, user info, user notes, note search). However, 'rednote_get_note' and 'rednote_get_user_notes' could potentially overlap if a user's notes are accessed individually versus collectively, but the descriptions clarify this as separate operations.
All tools follow a consistent 'rednote_verb_noun' pattern with clear, descriptive names. The verb-noun structure is uniform across all six tools, making them predictable and easy to understand.
With 6 tools, the count is well-scoped for a RedNote (Xiaohongshu) server. It covers key operations like content analysis, note retrieval, user info, and search without being overwhelming or too sparse.
The tools provide good read/search capabilities for notes, users, and trends, but there are notable gaps in write operations (e.g., creating, updating, or deleting notes or user interactions). This limits the server to observational tasks, missing full lifecycle coverage for the social media domain.