Xiaohongshu API MCP Server | 小红书 API 微服务
@proerror77
About Xiaohongshu API MCP Server | 小红书 API 微服务
XHS MCP Agent - A MCP server implementation
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"xhs_mcp_agent": {
"command": "python",
"args": [
"xhs_api.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Xiaohongshu API MCP Server | 小红书 API 微服务?
Xiaohongshu API MCP Server is a microservice that wraps Xiaohongshu (Little Red Book) API into a RESTful API server, deployable via Docker. It is intended for developers who need programmatic access to Xiaohongshu data.
How to use Xiaohongshu API MCP Server | 小红书 API 微服务?
Build and start the Docker container with docker-compose up -d in the xhs_mcp_server directory, then access the service at http://localhost:8000. Alternatively, run directly with Python after installing dependencies from requirements.txt and executing python xhs_api.py. API documentation is available at /docs (Swagger) or /redoc.
Key features of Xiaohongshu API MCP Server | 小红书 API 微服务
- RESTful API for Xiaohongshu operations
- Multiple client instance support
- Docker containerization for easy deployment
- Endpoints for notes, users, search, feeds, and health check
Use cases of Xiaohongshu API MCP Server | 小红书 API 微服务
- Fetching Xiaohongshu notes by ID for content analysis
- Searching notes and users by keyword for market research
- Retrieving user information and their posted notes
- Browsing categorized recommendation feeds for trend monitoring
FAQ from Xiaohongshu API MCP Server | 小红书 API 微服务
What dependencies are required to run the server?
Docker and Docker Compose are required for containerized deployment. For direct Python running, dependencies are listed in requirements.txt.
How do I authenticate with the Xiaohongshu API?
Create a client instance by sending a POST request to /clients with a JSON body containing your Xiaohongshu cookie.
Are there any usage restrictions or data storage details mentioned?
The README states that the project is for educational purposes only (“仅用于教育目的”) and implies use at your own risk. No details about data storage or retention are provided.
What transports or authentication mechanisms are supported?
The server exposes HTTP REST endpoints. Authentication is handled via a cookie submitted when creating a client instance; no other transport (e.g., WebSocket) or auth methods (OAuth, tokens) are mentioned.
Are there known limits or rate limits?
No limits or rate limits are mentioned in the README.
Frequently asked questions
What dependencies are required to run the server?
Docker and Docker Compose are required for containerized deployment. For direct Python running, dependencies are listed in `requirements.txt`.
How do I authenticate with the Xiaohongshu API?
Create a client instance by sending a POST request to `/clients` with a JSON body containing your Xiaohongshu cookie.
Are there any usage restrictions or data storage details mentioned?
The README states that the project is for educational purposes only (“仅用于教育目的”) and implies use at your own risk. No details about data storage or retention are provided.
What transports or authentication mechanisms are supported?
The server exposes HTTP REST endpoints. Authentication is handled via a cookie submitted when creating a client instance; no other transport (e.g., WebSocket) or auth methods (OAuth, tokens) are mentioned.
Are there known limits or rate limits?
No limits or rate limits are mentioned in the README.
Basic information
More AI & Agents MCP servers

bsv.cx
Andy RoweTimestamp and verify evidence on-chain. Let your agent prove what it saw and when. bsv.cx gives an AI agent verifiable memory. Timestamp a hash of any output, archive a web page as it looked, or fetch a URL with a recei
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Comments