Skip to main content
Glama

Xiaohongshu MCP Server

by muhenan

xiaohongshu_login

Log in to Xiaohongshu accounts using browser automation with optional headless mode and custom Chrome path for account management.

Instructions

登录小红书账号

Args: headless: 是否使用无头模式,默认False(建议使用有界面模式进行扫码) chrome_path: Chrome浏览器可执行文件路径,可选

Returns: 登录结果消息

Input Schema

NameRequiredDescriptionDefault
chrome_pathNo
headlessNo

Input Schema (JSON Schema)

{ "properties": { "chrome_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Chrome Path" }, "headless": { "default": false, "title": "Headless", "type": "boolean" } }, "title": "xiaohongshu_loginArguments", "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