Skip to main content
Glama

RedNote MCP

by MilesCool
MIT License
137
1
  • Apple
  • Linux

search_xiaohongshu

Search and retrieve Xiaohongshu (Red Book) content including notes, author details, and images with smart query capabilities and customizable result limits using the RedNote MCP server.

Input Schema

NameRequiredDescriptionDefault
countNoNumber of results to return
queryYesSearch query for Xiaohongshu content

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 10, "description": "Number of results to return", "type": "number" }, "query": { "description": "Search query for Xiaohongshu content", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from RedNote MCP

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/MilesCool/rednote-mcp'

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