b

blbl147-xhs-mcp

@smithery/blbl147-xhs-mcp
Hosted
0 Stars 25 次浏览 smithery 更新于 2026-08-23

鎼滅储绗旇銆佹祻瑙堥椤垫帹鑽愩�佹煡鐪嬬瑪璁板唴瀹逛笌璇勮锛屽苟鍙戣〃浣犵殑璇勮銆傜洿鎺ュ湪宸ヤ綔娴佷腑涓庡皬绾功鍐呭浜掑姩锛岄珮鏁堣窡杩涜瘽棰樸��

该服务暂未提供标准配置,请参考 README 手动接入

可用工具 (5 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

tavily_search 14 个参数 需填 1 项

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

必填参数:query

tavily_extract 6 个参数 需填 1 项

Extract content from URLs. Returns raw page content in markdown or text format.

必填参数:urls

tavily_crawl 11 个参数 需填 1 项

Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.

必填参数:url

tavily_map 8 个参数 需填 1 项

Map a website's structure. Returns a list of URLs found starting from the base URL.

必填参数:url

tavily_research 2 个参数 需填 1 项

Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources to answer a question or complete a task. Returns a detailed response based on the research findings.

必填参数:input

服务介绍

小红书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"
            }
        }
    }
}

# 免责声明

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

相关 MCP 服务