X
Xiaohongshu
Automates content creation and publishing on Xiaohongshu (Little Red Book) including AI-generated posts and cover images.
Share:
About
Automates content creation and publishing on Xiaohongshu (Little Red Book) including AI-generated posts and cover images.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Xiaohongshu.
- What is the primary function of the Xiaohongshu MCP?
- The Xiaohongshu Model Context Protocol (MCP) automates content creation and publishing on the Xiaohongshu (Little Red Book) platform. This includes generating AI-powered posts and cover images to streamline content workflows.
- Does this MCP require an API key or other credentials for authentication?
- The Xiaohongshu MCP documentation specifies an authentication type of 'none'. Therefore, it does not require an API key, OAuth, or other external credentials for operation.
- How can I install or configure the Xiaohongshu MCP in a client application?
- Details for client-specific installation (e.g., Cursor, Claude Desktop) are not provided. Refer to the client's documentation for adding a Model Context Protocol using its 'stdio' transport type and the provided repository URL.
- What are the key capabilities offered by the Xiaohongshu content automation?
- This MCP supports automated content creation, such as AI-generated text for posts. It also includes the capability to generate cover images, facilitating a comprehensive content publishing pipeline for Xiaohongshu.
- Are there any known limitations or prerequisites for using the Xiaohongshu MCP?
- The primary prerequisite is a functional environment capable of running the provided repository, as details for specific tool exposure and dependencies are not listed. Performance and features may depend on the specific deployment environment.
- Is there a cost associated with using the Xiaohongshu MCP?
- The licensing model and direct costs for using this MCP are not specified. As it is an open-source project, usage typically depends on the underlying services it interacts with and the deployment environment.
Install Xiaohongshu
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"xiaohongshu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-xiaohongshu"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"xiaohongshu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-xiaohongshu"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"xiaohongshu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-xiaohongshu"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.