Skip to main content
Glama

Xiaohongshu MCP Server

by muhenan

xiaohongshu_publish

Publish content to Xiaohongshu (Little Red Book) with text and images using browser automation for social media management.

Instructions

发布小红书内容

Args: title: 标题(必填,不超过40个字符) content: 正文内容(必填) image_paths: 图片路径列表(必填,支持jpg/jpeg/png/gif/webp格式) headless: 是否使用无头模式,默认False(建议使用有界面模式观察发布过程) chrome_path: Chrome浏览器可执行文件路径,可选

Returns: 发布结果消息

Input Schema

NameRequiredDescriptionDefault
chrome_pathNo
contentYes
headlessNo
image_pathsYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "chrome_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Chrome Path" }, "content": { "title": "Content", "type": "string" }, "headless": { "default": false, "title": "Headless", "type": "boolean" }, "image_paths": { "items": { "type": "string" }, "title": "Image Paths", "type": "array" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title", "content", "image_paths" ], "title": "xiaohongshu_publishArguments", "type": "object" }

Other Tools from Xiaohongshu MCP Server

Related Tools

    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/muhenan/xiaohongshu-mcp-python'

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