← 返回目录查看 GitHub 仓库
🤖
xhs-toolkit
ai-mlPythonremote🟢 活跃维护
1,237 stars
最后更新:2026/4/19
质量评分
一般56/100
0255075100
发现方式
auto-cron
最后更新
2026/4/19
首次收录
2026/4/19
状态
✓ 活跃
📝 简介
📕 小红书创作者MCP工具包 - 支持与AI客户端集成的内容创作和发布工具
🏷️ 标签
🚀 安装与配置
🟢 一键安装快速安装
pip install xhs-toolkit复制Claude Desktop 配置
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"xhs-toolkit": {
"command": "uvx",
"args": [
"xhs-toolkit"
]
}
}
}复制Cursor 配置
在 Cursor Settings → MCP 中添加
{
"mcpServers": {
"xhs-toolkit": {
"command": "uvx",
"args": [
"xhs-toolkit"
]
}
}
}复制📋 环境要求: Python 3.10+