Redbook Poster
@myzxlin
关于 Redbook Poster
A Xiaohongshu Content Publishing MCP Server that uses Selenium WebDriver for browser automation, supporting the publishing of both text-and-image notes and video notes.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"redbook-poster": {
"command": "node",
"args": [
".../redbook-publish-mcp/index.js"
],
"env": {
"phone": "your phone number",
"jsonPath": "your local file path to store token and cookies",
"verificationCode": "your verification code"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Redbook Poster?
Redbook Poster is an MCP server for publishing content to Xiaohongshu (小红书). It uses Selenium WebDriver for browser automation and supports posting both image-text notes and video notes.
How to use Redbook Poster?
Configure the server in your MCP settings with environment variables for your phone number, a local file path to store tokens and cookies, and a verification code. Run npm run start to launch a browser; on first use, enter the verification code to log in. The server saves cookies and tokens for subsequent runs.
Key features of Redbook Poster
- Publish image-text notes (supported tool:
create_note) - Publish video notes (supported tool:
create_video_note) - Browser automation via Selenium WebDriver
- Persistent cookie and token storage for repeat logins
Use cases of Redbook Poster
- Automating the posting of image-text articles to Xiaohongshu
- Automating the posting of video content to Xiaohongshu
- Scheduled or bulk content publishing without manual login each time
FAQ from Redbook Poster
How does the initial login work?
On first use, the server opens a browser. You must enter the verification code sent to your phone (supplied via the verificationCode environment variable) to complete authentication.
Where are cookies and tokens stored?
They are saved in the directory specified by the jsonPath environment variable. Subsequent logins reuse these saved credentials.
What types of notes can be published?
The server supports image-text notes (via create_note) and video notes (via create_video_note).
What environment variables are required?
The phone, jsonPath, and verificationCode environment variables must be set in the MCP server configuration.
浏览器自动化 分类下的更多 MCP 服务器
Slack Slack
microsoftPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
Scrapling Fetch MCP
cyberchittaHelps AI assistants access text content from bot-protected websites. MCP server that fetches HTML/markdown from sites with anti-automation measures using Scrapling.

Fetch
modelcontextprotocolModel Context Protocol Servers
Fastcrw
usFast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary.
Playwright MCP Server 🎭
executeautomationPlaywright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
评论