Skip to content

Commit e903f86

Browse files
committed
Update repo with server manifest from issue #89
1 parent 8d76dd4 commit e903f86

File tree

1 file changed

+153
-0
lines changed

1 file changed

+153
-0
lines changed
Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
{
2+
"display_name": "RedNote MCP",
3+
"license": "MIT License",
4+
"tags": [
5+
"xiaohongshu",
6+
"social media",
7+
"content access",
8+
"MCP",
9+
"Chinese",
10+
"Cursor",
11+
"Node.js"
12+
],
13+
"installations": {
14+
"npm": {
15+
"type": "npm",
16+
"command": "npx",
17+
"args": [
18+
"rednote-mcp",
19+
"--stdio"
20+
],
21+
"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"
33+
}
34+
},
35+
"examples": [
36+
{
37+
"title": "",
38+
"description": "",
39+
"prompt": "Search for notes about 'travel photography' on Xiaohongshu"
40+
},
41+
{
42+
"title": "",
43+
"description": "",
44+
"prompt": "Find popular makeup tutorials on Xiaohongshu"
45+
},
46+
{
47+
"title": "",
48+
"description": "",
49+
"prompt": "Get the content of this Xiaohongshu note: https://www.xiaohongshu.com/explore/example-note-id"
50+
},
51+
{
52+
"title": "",
53+
"description": "",
54+
"prompt": "Search for food recommendations in Shanghai on Xiaohongshu"
55+
},
56+
{
57+
"title": "",
58+
"description": "",
59+
"prompt": "Find fashion trends for summer 2023 on Xiaohongshu"
60+
},
61+
{
62+
"title": "",
63+
"description": "",
64+
"prompt": "Get the latest skincare product reviews on Xiaohongshu"
65+
}
66+
],
67+
"name": "@iFurySt/RedNote-MCP",
68+
"repository": {
69+
"type": "git",
70+
"url": "https://github.com/iFurySt/RedNote-MCP"
71+
},
72+
"homepage": "https://github.com/iFurySt/RedNote-MCP",
73+
"author": {
74+
"name": "iFurySt"
75+
},
76+
"description": "https://github.com/user-attachments/assets/06b2c67f-d9ed-4a30-8f1d-9743f3edaa3a",
77+
"categories": [
78+
"Productivity"
79+
],
80+
"tools": [
81+
{
82+
"name": "search_notes",
83+
"description": "\u6839\u636e\u5173\u952e\u8bcd\u641c\u7d22\u7b14\u8bb0",
84+
"inputSchema": {
85+
"type": "object",
86+
"properties": {
87+
"keywords": {
88+
"type": "string",
89+
"description": "\u641c\u7d22\u5173\u952e\u8bcd"
90+
},
91+
"limit": {
92+
"type": "number",
93+
"description": "\u8fd4\u56de\u7ed3\u679c\u6570\u91cf\u9650\u5236"
94+
}
95+
},
96+
"required": [
97+
"keywords"
98+
],
99+
"additionalProperties": false,
100+
"$schema": "http://json-schema.org/draft-07/schema#"
101+
}
102+
},
103+
{
104+
"name": "get_note_content",
105+
"description": "\u83b7\u53d6\u7b14\u8bb0\u5185\u5bb9",
106+
"inputSchema": {
107+
"type": "object",
108+
"properties": {
109+
"url": {
110+
"type": "string",
111+
"description": "\u7b14\u8bb0 URL"
112+
}
113+
},
114+
"required": [
115+
"url"
116+
],
117+
"additionalProperties": false,
118+
"$schema": "http://json-schema.org/draft-07/schema#"
119+
}
120+
},
121+
{
122+
"name": "get_note_comments",
123+
"description": "\u83b7\u53d6\u7b14\u8bb0\u8bc4\u8bba",
124+
"inputSchema": {
125+
"type": "object",
126+
"properties": {
127+
"url": {
128+
"type": "string",
129+
"description": "\u7b14\u8bb0 URL"
130+
}
131+
},
132+
"required": [
133+
"url"
134+
],
135+
"additionalProperties": false,
136+
"$schema": "http://json-schema.org/draft-07/schema#"
137+
}
138+
},
139+
{
140+
"name": "login",
141+
"description": "\u767b\u5f55\u5c0f\u7ea2\u4e66\u8d26\u53f7",
142+
"inputSchema": {
143+
"type": "object",
144+
"properties": {},
145+
"additionalProperties": false,
146+
"$schema": "http://json-schema.org/draft-07/schema#"
147+
}
148+
}
149+
],
150+
"prompts": [],
151+
"resources": [],
152+
"is_official": false
153+
}

0 commit comments

Comments
 (0)