x

xiaohongshumcp-qianhuazhiyan

Victor99/xiaohongshumcp-qianhuazhiyan
0 Stars 57 次浏览 唯一约束 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "xiaohongshumcp": {
      "args": [
        "xiahongshumcp@latest"
      ],
      "command": "uvx"
    }
  }
}

服务介绍

计算器 MCP

基于 Model Context Protocol (MCP) 的小红书笔记获取器。

Tools

{
  "tools": [
    {
      "name": "generate_xiaohongshu_notes",
      "description": "生成小红书笔记",
      "inputSchema": {
        "type": "object",
        "properties": {
          "text": "美妆"
        },
        "required": [
          "text"
        ],
        "title": "xiaohongshu_text"
      }
    }
  ]
}

MCP 服务器配置

  {
    "mcpServers": {
        "xiaohongshumcp": {
        "command": "uvx",
        "args": [
            "xiahongshumcp@latest"
            ]
        }
    }
  }

相关 MCP 服务