Redbook-Search-Comment-MCP2.0

chenningling/Redbook-Search-Comment-MCP2.0
★ 404 stars Python 🤖 AI/LLM Updated 1mo ago
这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "redbook-search-comme": {
      "command": "uvx",
      "args": [
        "redbook-search-comment-mcp2.0"
      ]
    }
  }
}

Or install with pip: pip install redbook-search-comment-mcp2.0