Skip to main content
Glama

Xiaohongshu MCP Server

by billyangbc
package.json2.54 kB
{ "name": "xiaohongshu-mcp-nodejs", "version": "1.0.0", "description": "小红书MCP服务器 - Node.js版本,支持多账号矩阵管理和反风控功能", "type": "module", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "nodemon src/index.js", "test": "jest", "lint": "eslint src/**/*.js", "format": "prettier --write src/**/*.js", "setup": "node scripts/setup.js", "db:migrate": "node scripts/migrate.js", "db:seed": "node scripts/seed.js", "admin": "node src/web/admin.js", "build": "webpack --mode production", "docker:build": "docker build -t xiaohongshu-mcp .", "docker:run": "docker run -p 3000:3000 xiaohongshu-mcp" }, "keywords": [ "xiaohongshu", "mcp", "automation", "social-media", "playwright", "redis", "mysql", "nodejs", "api", "websocket" ], "author": "ToDieOrNot", "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@faker-js/faker": "^10.0.0", "axios": "^1.12.2", "bcrypt": "^5.1.1", "bull": "^4.16.5", "cheerio": "^1.1.2", "compression": "^1.8.1", "cors": "^2.8.5", "dotenv": "^16.6.1", "express": "^4.21.2", "fs-extra": "^11.3.2", "ghost-cursor": "^1.4.1", "helmet": "^7.2.0", "joi": "^17.13.3", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", "moment": "^2.30.1", "multer": "1.4.5-lts.2", "mysql2": "^3.15.1", "node-cron": "^3.0.3", "playwright": "^1.56.0", "playwright-extra": "^4.3.6", "pm2": "^5.4.3", "puppeteer-extra-plugin-stealth": "^2.11.2", "rate-limiter-flexible": "^8.0.1", "redis": "^4.7.1", "sharp": "^0.33.5", "socket.io": "^4.8.1", "uuid": "^9.0.1", "winston": "^3.18.3", "winston-daily-rotate-file": "^4.7.1" }, "devDependencies": { "@babel/core": "^7.28.4", "@babel/preset-env": "^7.28.3", "@types/jest": "^29.5.14", "babel-loader": "^9.2.1", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.2", "jest": "^29.7.0", "nodemon": "^3.1.10", "prettier": "^3.6.2", "supertest": "^6.3.4", "webpack": "^5.102.1", "webpack-cli": "^5.1.4", "webpack-node-externals": "^3.0.0" }, "repository": { "type": "git", "url": "https://github.com/ToDieOrNot/xiaohongshu-mcp-nodejs.git" }, "bugs": { "url": "https://github.com/ToDieOrNot/xiaohongshu-mcp-nodejs/issues" }, "homepage": "https://github.com/ToDieOrNot/xiaohongshu-mcp-nodejs#readme" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/billyangbc/xiaohongshu-mcp-nodejs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server