Back to Home
Xeron2000 icon

redBookMCP

Verified Safe

by Xeron2000

Overview

This server provides a Model Context Protocol (MCP) interface for generating Xiaohongshu-style graphic content, including outlines and images, by orchestrating calls to external AI services.

Installation

Run Command
npx -y @xeron688/xiaohongshu-mcp

Environment Variables

  • IMAGE_API_URL
  • IMAGE_API_KEY
  • IMAGE_MODEL
  • ENDPOINTS
  • DATA_DIR

Security Notes

The code appears generally well-structured and avoids common critical vulnerabilities like 'eval' or direct command injection in tool arguments. API keys and data directory paths are correctly retrieved from environment variables, preventing hardcoding of secrets. File system operations are confined to the `DATA_DIR` specified via environment variable, mitigating arbitrary file access. Network calls are outgoing to configurable image generation APIs. However, the project is marked as deprecated, which means it may not receive future security updates.

Similar Servers

Stats

Interest Score45
Security Score9
Cost ClassMedium
Avg Tokens500
Stars15
Forks1
Last Update2026-01-18

Tags

XiaohongshuContent GenerationImage GenerationAIMCP