AIAny
Icon for item

xiaohongshu-mcp

An MCP (Model Context Protocol) server that lets AI assistants interact with Xiaohongshu (RedNote): check login, publish image/text or video posts, search and fetch feed/details, and manage comments — exposes HTTP+MCP endpoints and integrates with MCP clients via local Docker or browser automation.

Introduction

Why this matters right now

Platforms like Xiaohongshu are where creators publish, test, and iterate content rapidly — but most LLM-based assistants lack standardized, first-class tools to operate those workflows. xiaohongshu-mcp bridges that gap by exposing Xiaohongshu actions as MCP tools, turning content publishing, search, and interaction into callable operations for AI agents and pipelines.

What Sets It Apart
  • Exposes a compact set of MCP tools (check_login_status, get_login_qrcode, publish_content, publish_with_video, list_feeds, search_feeds, get_feed_detail, post_comment_to_feed, etc.), so an LLM or MCP-capable client can script publishing and data retrieval without page-scraping logic.
  • Browser-automation backend with headless / non-headless modes and Docker images — you can run it locally or in containerized environments and keep credentials off remote servers; HTTP MCP runs on localhost:18060 by default for easy client integration.
  • Designed for MCP-first clients (Claude Code, Cursor, VSCode integrations described), plus a lightweight browser-extension alternative (x-mcp) for non-technical users who want zero-deploy setup.
  • Community-oriented: multi-contributor repo with extensive README, usage examples, and ecosystem tooling (OpenClaw/OpenClaw skill integrations, third-party wrappers), so it’s ready for practical operator workflows rather than experimental PoC.
Who It's For and Tradeoffs

Great fit if you are building LLM-driven creator tools, automated content pipelines, or AI agents that must publish/search/interact on Xiaohongshu and you want a standardized MCP interface rather than bespoke scraping code. It’s also suitable for teams who prefer running automation locally or in controlled Docker instances.

Look elsewhere if you need a cloud-hosted, fully managed posting service (this project expects local execution and manages login cookies/captured credentials) or if you cannot accept the platform-level risks: automated posting and scripted interactions can trigger platform anti-bot measures, violate Xiaohongshu terms of service in some cases, or require manual intervention for account verification. Operational considerations: you must provide valid login credentials/cookies, handle rate limits and captchas, and maintain the browser automation dependencies (Chrome/Chromedriver or equivalent).

Notes and provenance

  • Repository owner: xpzouying (GitHub). First public activity and wider community attention date back to August 2025 (project evolved through Aug–Nov 2025 and continued maintenance into 2026). The repo implements the MCP server primarily in Go and ships README, Dockerfiles, and a browser-plugin variant for simpler usage.

Information

  • Websitegithub.com
  • Authorsxpzouying
  • Published date2025/08/03

Categories

More Items

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.

GitHub

A read-only mirror of Anthropic's community plugin marketplace for Claude Cowork and Claude Code, listing vetted third-party plugins in a nightly-synced marketplace.json. Intended for discovering and installing community plugins via the Claude plugin system.

GitHub

Lets AI agents discover and run Apify Actors as MCP tools for web scraping and automation; supports OAuth/Streamable HTTP, dynamic tool discovery, output-schema inference, and agentic payments (AGI, x402, Skyfire) so agents like Claude, ChatGPT, or VS Code can call ready-made scrapers and automations.