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 服务器
BrowserTools MCP
AgentDeskAIMonitor browser logs directly from Cursor and other MCP compatible IDEs.
Fetch MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
Playwright MCP Server 🎭
executeautomationPlaywright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
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.
X Twitter Scraper
Xquik-devTwitter scraper API skill for tweet search, advanced Twitter search, profile tweets, follower export, media download, monitors, webhooks, MCP, and posting automation: send tweets and replies.
评论