千
千幻智言-小红书mcp
Victor99/xhsmcp-qianhuanzhiyan
0 Stars
96 次浏览
唯一约束
更新于 2026-08-23
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"xiaohongshumcp": {
"args": [
"xiaohongshumcp@latest"
],
"command": "uvx"
}
}
}
服务介绍
计算器 MCP
基于 Model Context Protocol (MCP) 的小红书笔记获取器。
Tools
{
"tools": [
{
"name": "generate_xiaohongshu_notes",
"description": "生成小红书笔记",
"inputSchema": {
"type": "object",
"properties": {
"text": "美妆"
},
"required": [
"text"
],
"title": "xiaohongshu_text"
}
}
]
}
MCP 服务器配置
[
{
"mcpServers": {
"xiaohongshu": {
"command": "uvx",
"args": [
"mcp-xiaohongshu-kel@latest"
]
}
}
}
]