rednote-analyzer-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDNOTE_ADAPTER | No | Adapter to use for RedNote operations (e.g., playwright) | playwright |
| REDNOTE_HEADLESS | No | Whether to run browser in headless mode | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rednote_search_notesA | Search RedNote (小红书) notes by keyword or topic. Find notes matching your query, sorted by popularity or recency. Supports Chinese and English keywords. Args: query: Search keyword or topic (e.g., "美股", "投资", "穿搭") sort: Sort order - "hot" (most popular), "recent" (newest), or "relevant" limit: Maximum number of results (1-100, default 20) |
| rednote_get_note_detailA | Get full details of a specific RedNote note. Retrieves the complete note content, engagement metrics, author info, and optionally comments. Args: note_id: The note's unique ID include_comments: Whether to include comments (default: False) |
| rednote_analyze_noteA | Analyze a RedNote note's structure, sentiment, and engagement patterns. Can analyze by note_id (fetches the note) or by providing content directly. Returns title pattern, content type, sentiment, hooks, and structural analysis. Args: note_id: Note ID to analyze (fetches from data source) content: Or provide content text directly for analysis title: Title to analyze (used with content parameter) |
| rednote_extract_patternsA | Extract common patterns from multiple RedNote notes on a topic. Searches for notes on the given topic and analyzes them collectively to identify title patterns, content structures, common tags, engagement metrics, and key insights. Args: query: Topic to analyze (e.g., "美股投资", "iPhone测评") limit: Number of notes to analyze (default 20) |
| rednote_generate_postA | Generate a RedNote post outline based on topic and style. Creates a structured post with title, content outline, hashtags, and posting tips. Styles: 干货(tutorial), 情绪(emotional), 测评(review), 经验(experience), casual. Args: topic: Post topic (e.g., "美股入门", "iPhone 17测评") style: Content style - "干货", "情绪", "测评", "经验", "casual" vertical: Content vertical - "investment", "tech", "lifestyle", "fashion", "general" target_audience: Optional target audience description |
| rednote_rewrite_in_styleA | Rewrite content in RedNote style with proper formatting and hooks. Takes any text and provides guidelines to rewrite it for the RedNote platform with appropriate tone, structure, emojis, and hashtags. Args: content: The original content to rewrite style: Target style - "干货", "情绪", "测评", "经验", "casual" reference_note_id: Optional note ID to use as style reference |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_trending | Analyze trending RedNote notes for a given topic. Args: topic: The topic to analyze (e.g., "美股", "AI", "穿搭") |
| write_post | Write a RedNote post about a topic. Args: topic: What to write about style: Style to use (干货/情绪/测评/经验/casual) |
| investment_briefing | Create investment content for RedNote. Args: ticker_or_topic: Stock ticker or investment topic (e.g., "NVDA", "美股入门") |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/ShellyDeng08/rednote-analyzer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server