Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
blbl147 avatar

Blbl147 Xhs MCP

  • Updated May 30, 2025
  • blbl147/xhs-mcp

ai.smithery/blbl147-xhs-mcp is a MCP server that lets your agent search, browse, read, and comment on Xiaohongshu content in workflow.

About

ai.smithery/blbl147-xhs-mcp connects Xiaohongshu (Little Red Book) to your agent so you can search notes, skim the home recommendation feed, open post bodies and comment threads, and publish comments without switching apps. developers and micro-teams targeting Chinese lifestyle and commerce audiences use it in the Grow phase to monitor trends, respond to conversations, and draft engagement patterns from Claude Code, Cursor, or similar MCP clients. The server is hosted on Smithery with streamable-http transport and mandatory API key auth. It is a channel integration MCP—not a content strategy skill—so you still own brand voice, compliance with platform rules, and human review before sensitive replies. It does not replace official XHS analytics suites or ad managers. Best paired with your editorial calendar and positioning so agent-driven comments reinforce a clear offer rather than spammy automation.

  • 搜索小红书笔记并按主题跟进
  • 浏览首页推荐流获取话题灵感
  • 查看笔记正文与评论线程
  • 在工作流中直接发表评论互动
  • Smithery 远程 MCP;版本 1.6.0;需 Bearer smithery_api_key

Blbl147 Xhs MCP by the numbers

  • Data as of Aug 10, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http blbl147-xhs-mcp https://server.smithery.ai/@blbl147/xhs-mcp/mcp --header "Authorization: Bearer YOUR_TOKEN"

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthRequired
Last updatedMay 30, 2025
Repositoryblbl147/xhs-mcp

What it does

Search Xiaohongshu notes, read feeds and comments, and post replies from your agent while running China-focused growth workflows.

Who is it for?

Best when you're doing XHS community growth, trend watching, or comment engagement with an agent-first stack.

Skip if: Skip if you have no Xiaohongshu audience, brands that cannot accept platform ToS risk from automated posting, or EU-only distribution plays.

What you get

After you connect it, note discovery, reading, and commenting become agent tools so growth work stays traceable in one run.

  • Agent-driven note search and feed browsing on XHS
  • Structured access to post content and comment threads
  • Ability to publish comments from the MCP workflow

By the numbers

  • Package version: 1.6.0
  • Server registry schema: 2025-09-29
  • Repository: github.com/blbl147/xhs-mcp
README.md

小红书MCP服务

smithery badge

特点

  • 采用js逆向出x-s,x-t,直接请求http接口,无须笨重的playwright
  • 搜索笔记
  • 获取笔记内容
  • 获取笔记的评论
  • 发表评论

特性

快速开始

1. 环境

  • node
  • python 3.12
  • uv (pip install uv)

2. 安装依赖


git clone git@github.com:jobsonlook/xhs-mcp.git

cd xhs-mcp
uv sync 

3. 获取小红书的cookie

打开web小红书 登录后,获取cookie,将cookie配置到第4步的 XHS_COOKIE 环境变量中 cookie

4. 配置mcp server

{
    "mcpServers": {
        "xhs-mcp": {
            "command": "uv",
            "args": [
                "--directory",
                "/Users/xxx/xhs-mcp",
                "run",
                "main.py"
            ],
            "env": {
                "XHS_COOKIE": "xxxx"
            }
        }
    }
}

免责声明

本项目仅用于学习交流,禁止用于其他用途,任何涉及商业盈利目的均不得使用,否则风险自负。

Recommended MCP Servers

How it compares

Xiaohongshu social MCP integration, not a generic SEO skill or Western-only distribution playbook.

FAQ

Who is ai.smithery/blbl147-xhs-mcp for?

It is for developers and marketers who grow on Xiaohongshu and want search, feed, and comment tools inside their coding agent.

When should I use ai.smithery/blbl147-xhs-mcp?

Use it in Grow when you are tracking notes, engaging comments, or researching topics on 小红书 during content and distribution work.

How do I add ai.smithery/blbl147-xhs-mcp to my agent?

Add the Smithery MCP remote for @blbl147/xhs-mcp and configure Authorization: Bearer your smithery_api_key in your MCP client.

Communicationcontentdistributionlifecycle

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.