Xiaohongshu (RedBook) MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_DIR | No | Directory for storing data | ./data |
| ENDPOINTS | No | API endpoint for image generation | /v1/images/generations |
| IMAGE_MODEL | Yes | Your image model name | |
| IMAGE_API_KEY | Yes | Your image API key | |
| IMAGE_API_URL | Yes | Your image API URL |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_outlineA | Create a project and save the Xiaohongshu content outline generated by Claude. Use the built-in prompt to generate outlines with proper formatting. |
| update_outlineB | Update an existing project outline |
| generate_imagesA | Generate images for a project (cover first, then others). Use the built-in prompt to generate images with Xiaohongshu style. |
| get_projectC | Get complete project details |
| list_all_projectsA | List all created projects with their basic information |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Project List | List all created projects |
| Project Template | Template for project URIs: project://{projectId} |
| Project Images Template | Template for project images URIs: project://{projectId}/images |
| Prompts List | List all available prompts for content generation |
| Xiaohongshu Outline Prompt | Prompt for generating Xiaohongshu content outlines |
| Xiaohongshu Image Prompt | Prompt for generating Xiaohongshu style images |
TDQS
Scored across 5 tools
Each tool targets a distinct action and resource: outlining, image generation, single-project retrieval, and project listing. There is no functional overlap or ambiguity between them.
All tool names follow a consistent snake_case verb_noun pattern, such as generate_outline, update_outline, and list_all_projects. The naming is predictable and clear.
Five tools is a well-scoped set for a Xiaohongshu content creation workflow. Each tool serves a necessary role without redundancy or bloat.
The core workflow of creating and updating outlines, generating images, and viewing projects is covered. A delete project or image regeneration operation is missing, but these are minor gaps that do not block the main workflow.