redBookMCP
Verified Safeby Xeron2000
Overview
Generate Xiaohongshu (a Chinese social media platform) content, including structured outlines and AI-generated images, by integrating with Claude Desktop and external image generation APIs.
Installation
npx @xeron688/xiaohongshu-mcpEnvironment Variables
- IMAGE_API_URL
- IMAGE_API_KEY
- IMAGE_MODEL
- ENDPOINTS
- DATA_DIR
Security Notes
The server primarily interacts with local storage (`DATA_DIR`) and an external image API configured via environment variables. There are no direct uses of `eval` or intentional obfuscation. File system operations are confined to the `DATA_DIR`. The main network risk involves requests to the `IMAGE_API_URL`: if a malicious URL is configured or if the image API response contains untrusted URLs, the server could download arbitrary content. However, this is largely dependent on user configuration of environment variables rather than inherent code vulnerabilities. No hardcoded secrets were found.
Similar Servers
xiaohongshu-mcp
Automates interactions with the Xiaohongshu (RedNote) platform via an HTTP API and Model Context Protocol (MCP), enabling AI clients to publish content, search, retrieve feed details, and manage user interactions.
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.