1919 " --stdio"
2020 ],
2121 "description" : " Using npx without global installation"
22- },
23- "custom" : {
24- "type" : " custom" ,
25- "command" : " npm" ,
26- "args" : [
27- " run" ,
28- " dev" ,
29- " --" ,
30- " init"
31- ],
32- "description" : " Running from source code for initialization"
3322 }
3423 },
3524 "examples" : [
6453 "prompt" : " Get the latest skincare product reviews on Xiaohongshu"
6554 }
6655 ],
67- "name" : " @iFurySt/RedNote-MCP " ,
56+ "name" : " rednote-mcp " ,
6857 "repository" : {
6958 "type" : " git" ,
7059 "url" : " https://github.com/iFurySt/RedNote-MCP"
8069 "tools" : [
8170 {
8271 "name" : " search_notes" ,
83- "description" : " \u6839\u636e\u5173\u952e\u8bcd\u641c\u7d22\u7b14\u8bb0 " ,
72+ "description" : " 根据关键词搜索笔记 " ,
8473 "inputSchema" : {
8574 "type" : " object" ,
8675 "properties" : {
8776 "keywords" : {
8877 "type" : " string" ,
89- "description" : " \u641c\u7d22\u5173\u952e\u8bcd "
78+ "description" : " 搜索关键词 "
9079 },
9180 "limit" : {
9281 "type" : " number" ,
93- "description" : " \u8fd4\u56de\u7ed3\u679c\u6570\u91cf\u9650\u5236 "
82+ "description" : " 返回结果数量限制 "
9483 }
9584 },
9685 "required" : [
10291 },
10392 {
10493 "name" : " get_note_content" ,
105- "description" : " \u83b7\u53d6\u7b14\u8bb0\u5185\u5bb9 " ,
94+ "description" : " 获取笔记内容 " ,
10695 "inputSchema" : {
10796 "type" : " object" ,
10897 "properties" : {
10998 "url" : {
11099 "type" : " string" ,
111- "description" : " \u7b14\u8bb0 URL"
100+ "description" : " 笔记 URL"
112101 }
113102 },
114103 "required" : [
120109 },
121110 {
122111 "name" : " get_note_comments" ,
123- "description" : " \u83b7\u53d6\u7b14\u8bb0\u8bc4\u8bba " ,
112+ "description" : " 获取笔记评论 " ,
124113 "inputSchema" : {
125114 "type" : " object" ,
126115 "properties" : {
127116 "url" : {
128117 "type" : " string" ,
129- "description" : " \u7b14\u8bb0 URL"
118+ "description" : " 笔记 URL"
130119 }
131120 },
132121 "required" : [
138127 },
139128 {
140129 "name" : " login" ,
141- "description" : " \u767b\u5f55\u5c0f\u7ea2\u4e66\u8d26\u53f7 " ,
130+ "description" : " 登录小红书账号 " ,
142131 "inputSchema" : {
143132 "type" : " object" ,
144133 "properties" : {},
150139 "prompts" : [],
151140 "resources" : [],
152141 "is_official" : false
153- }
142+ }
0 commit comments