From e903f86a062c767ea1a323f85f9ce70dadf44c90 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 21 Apr 2025 09:52:22 +0000 Subject: [PATCH 1/2] Update repo with server manifest from issue #89 --- mcp-registry/servers/RedNote-MCP@iFurySt.json | 153 ++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 mcp-registry/servers/RedNote-MCP@iFurySt.json diff --git a/mcp-registry/servers/RedNote-MCP@iFurySt.json b/mcp-registry/servers/RedNote-MCP@iFurySt.json new file mode 100644 index 00000000..ccafc2a8 --- /dev/null +++ b/mcp-registry/servers/RedNote-MCP@iFurySt.json @@ -0,0 +1,153 @@ +{ + "display_name": "RedNote MCP", + "license": "MIT License", + "tags": [ + "xiaohongshu", + "social media", + "content access", + "MCP", + "Chinese", + "Cursor", + "Node.js" + ], + "installations": { + "npm": { + "type": "npm", + "command": "npx", + "args": [ + "rednote-mcp", + "--stdio" + ], + "description": "Using npx without global installation" + }, + "custom": { + "type": "custom", + "command": "npm", + "args": [ + "run", + "dev", + "--", + "init" + ], + "description": "Running from source code for initialization" + } + }, + "examples": [ + { + "title": "", + "description": "", + "prompt": "Search for notes about 'travel photography' on Xiaohongshu" + }, + { + "title": "", + "description": "", + "prompt": "Find popular makeup tutorials on Xiaohongshu" + }, + { + "title": "", + "description": "", + "prompt": "Get the content of this Xiaohongshu note: https://www.xiaohongshu.com/explore/example-note-id" + }, + { + "title": "", + "description": "", + "prompt": "Search for food recommendations in Shanghai on Xiaohongshu" + }, + { + "title": "", + "description": "", + "prompt": "Find fashion trends for summer 2023 on Xiaohongshu" + }, + { + "title": "", + "description": "", + "prompt": "Get the latest skincare product reviews on Xiaohongshu" + } + ], + "name": "@iFurySt/RedNote-MCP", + "repository": { + "type": "git", + "url": "https://github.com/iFurySt/RedNote-MCP" + }, + "homepage": "https://github.com/iFurySt/RedNote-MCP", + "author": { + "name": "iFurySt" + }, + "description": "https://github.com/user-attachments/assets/06b2c67f-d9ed-4a30-8f1d-9743f3edaa3a", + "categories": [ + "Productivity" + ], + "tools": [ + { + "name": "search_notes", + "description": "\u6839\u636e\u5173\u952e\u8bcd\u641c\u7d22\u7b14\u8bb0", + "inputSchema": { + "type": "object", + "properties": { + "keywords": { + "type": "string", + "description": "\u641c\u7d22\u5173\u952e\u8bcd" + }, + "limit": { + "type": "number", + "description": "\u8fd4\u56de\u7ed3\u679c\u6570\u91cf\u9650\u5236" + } + }, + "required": [ + "keywords" + ], + "additionalProperties": false, + "$schema": "http://json-schema.org/draft-07/schema#" + } + }, + { + "name": "get_note_content", + "description": "\u83b7\u53d6\u7b14\u8bb0\u5185\u5bb9", + "inputSchema": { + "type": "object", + "properties": { + "url": { + "type": "string", + "description": "\u7b14\u8bb0 URL" + } + }, + "required": [ + "url" + ], + "additionalProperties": false, + "$schema": "http://json-schema.org/draft-07/schema#" + } + }, + { + "name": "get_note_comments", + "description": "\u83b7\u53d6\u7b14\u8bb0\u8bc4\u8bba", + "inputSchema": { + "type": "object", + "properties": { + "url": { + "type": "string", + "description": "\u7b14\u8bb0 URL" + } + }, + "required": [ + "url" + ], + "additionalProperties": false, + "$schema": "http://json-schema.org/draft-07/schema#" + } + }, + { + "name": "login", + "description": "\u767b\u5f55\u5c0f\u7ea2\u4e66\u8d26\u53f7", + "inputSchema": { + "type": "object", + "properties": {}, + "additionalProperties": false, + "$schema": "http://json-schema.org/draft-07/schema#" + } + } + ], + "prompts": [], + "resources": [], + "is_official": false +} \ No newline at end of file From 1ca2ea07a771228b55796f5b3edfc2fe986dee17 Mon Sep 17 00:00:00 2001 From: calmini Date: Mon, 21 Apr 2025 18:03:18 +0800 Subject: [PATCH 2/2] chore: rename server --- ...Note-MCP@iFurySt.json => rednote-mcp.json} | 31 ++++++------------- 1 file changed, 10 insertions(+), 21 deletions(-) rename mcp-registry/servers/{RedNote-MCP@iFurySt.json => rednote-mcp.json} (79%) diff --git a/mcp-registry/servers/RedNote-MCP@iFurySt.json b/mcp-registry/servers/rednote-mcp.json similarity index 79% rename from mcp-registry/servers/RedNote-MCP@iFurySt.json rename to mcp-registry/servers/rednote-mcp.json index ccafc2a8..159009f1 100644 --- a/mcp-registry/servers/RedNote-MCP@iFurySt.json +++ b/mcp-registry/servers/rednote-mcp.json @@ -19,17 +19,6 @@ "--stdio" ], "description": "Using npx without global installation" - }, - "custom": { - "type": "custom", - "command": "npm", - "args": [ - "run", - "dev", - "--", - "init" - ], - "description": "Running from source code for initialization" } }, "examples": [ @@ -64,7 +53,7 @@ "prompt": "Get the latest skincare product reviews on Xiaohongshu" } ], - "name": "@iFurySt/RedNote-MCP", + "name": "rednote-mcp", "repository": { "type": "git", "url": "https://github.com/iFurySt/RedNote-MCP" @@ -80,17 +69,17 @@ "tools": [ { "name": "search_notes", - "description": "\u6839\u636e\u5173\u952e\u8bcd\u641c\u7d22\u7b14\u8bb0", + "description": "根据关键词搜索笔记", "inputSchema": { "type": "object", "properties": { "keywords": { "type": "string", - "description": "\u641c\u7d22\u5173\u952e\u8bcd" + "description": "搜索关键词" }, "limit": { "type": "number", - "description": "\u8fd4\u56de\u7ed3\u679c\u6570\u91cf\u9650\u5236" + "description": "返回结果数量限制" } }, "required": [ @@ -102,13 +91,13 @@ }, { "name": "get_note_content", - "description": "\u83b7\u53d6\u7b14\u8bb0\u5185\u5bb9", + "description": "获取笔记内容", "inputSchema": { "type": "object", "properties": { "url": { "type": "string", - "description": "\u7b14\u8bb0 URL" + "description": "笔记 URL" } }, "required": [ @@ -120,13 +109,13 @@ }, { "name": "get_note_comments", - "description": "\u83b7\u53d6\u7b14\u8bb0\u8bc4\u8bba", + "description": "获取笔记评论", "inputSchema": { "type": "object", "properties": { "url": { "type": "string", - "description": "\u7b14\u8bb0 URL" + "description": "笔记 URL" } }, "required": [ @@ -138,7 +127,7 @@ }, { "name": "login", - "description": "\u767b\u5f55\u5c0f\u7ea2\u4e66\u8d26\u53f7", + "description": "登录小红书账号", "inputSchema": { "type": "object", "properties": {}, @@ -150,4 +139,4 @@ "prompts": [], "resources": [], "is_official": false -} \ No newline at end of file +}