Xeron2000

小红书 MCP Server

Community Xeron2000
Updated

小红书MCP Server一站式图文内容生成

小红书 MCP Server

基于 MCP 的小红书图文内容生成服务。

功能

  • 智能大纲生成
  • 图片生成
  • 大纲编辑
  • 项目管理

快速开始

编辑 Claude Desktop 配置文件:

  • macOS/Linux: ~/.config/claude/config.json
  • Windows: %APPDATA%\Claude\config.json

添加配置:

{
  "mcpServers": {
    "xiaohongshu": {
      "command": "npx",
      "args": ["@xeron688/xiaohongshu-mcp"],
      "env": {
        "IMAGE_API_URL": "your_api_url",
        "IMAGE_API_KEY": "your_api_key",
        "IMAGE_MODEL": "your_model_name",
        "ENDPOINTS": "/v1/images/generations",
        "DATA_DIR": "./data"
      }
    }
  }
}

重启 Claude Desktop。

使用

在 Claude 中:

帮我生成一个关于"春季穿搭"的小红书图文,9页

工具

  • generate_outline - 生成大纲
  • update_outline - 更新大纲
  • generate_images - 生成图片
  • get_project - 获取项目

资源

  • projects://list - 项目列表
  • project://{projectId} - 项目详情
  • project://{projectId}/images - 项目图片

开发

npm install        # 安装依赖
npm run build      # 编译
npm run test:run   # 测试

配置详情

见 MCP_CONFIG.md

项目来源

本项目改编自 RedInk

许可证

见 LICENSE 文件

MCP Server · Populars

MCP Server · New

    sjkim1127

    Reversecore_MCP

    A security-first MCP server empowering AI agents to orchestrate Ghidra, Radare2, and YARA for automated reverse engineering.

    Community sjkim1127
    sebringj

    Autonomo MCP

    Tired of 'it works' lies? Autonomo MCP makes your AI prove it—on real hardware, right in your editor.

    Community sebringj
    softerist

    Heuristic MCP Server

    Enhanced MCP server for semantic code search with call-graph proximity, recency ranking, and find-similar-code. Built for AI coding assistants.

    Community softerist
    arm

    Arm MCP Server

    Arm's MCP server

    Community arm
    bobmatnyc

    MCP Vector Search

    CLI-first semantic code search with MCP integration. Modern, fast, and intelligent code search powered by ChromaDB and AST parsing.

    Community bobmatnyc