xhs-mcp

ShunL12324/xhs-mcp
★ 25 stars TypeScript 🤖 AI/LLM Updated 2d ago
小红书 MCP 服务器 - 让 AI 助手搜索、发布、互动小红书内容(多账号支持)
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xhs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ShunL12324/xhs-mcp"
      ]
    }
  }
}