小黑盒发帖子的MCP工具
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"xiaoheihemcpserver": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
使用 .NET 实现的小黑盒社交网站 MCP (Model Context Protocol) 服务器,类似于 xiaohongshu-mcp 项目。
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
MCP Security Weekly
Get CVE alerts and security updates for XiaoheiheMcpServer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
使用 .NET 实现的小黑盒社交网站 MCP (Model Context Protocol) 服务器,类似于 xiaohongshu-mcp 项目。
XiaoheiheMcpServer.Http.exe 与脚本)D:\Tools\XiaoheiheMcpServer\setup.ps1 或 install-chromium.bat,macOS/Linux 运行 ./setup.sh(仅首次需要)XiaoheiheMcpServer.Http.exe(默认监听 HTTP 端口 5000)XiaoheiheMcpServer-win-x64.zipD:\Tools\XiaoheiheMcpServer\git clone https://github.com/wsmxd/XiaoheiheMcpServer.git
cd XiaoheiheMcpServer
dotnet restore
dotnet build
.\playwright.ps1 install chromium
或者使用初始化脚本安装:Windows 运行 setup.ps1,macOS/Linux 运行 ./setup.sh
dotnet run --project src/XiaoheiheMcpServer.Stdio/XiaoheiheMcpServer.Stdio.csproj
使用发布的 HTTP 包(推荐):
{
"servers": {
"xiaoheihe": {
"type": "http",
"url": "http://localhost:5000/mcp"
}
},
"inputs": []
}
使用发布的 stdio exe:
{
"servers": {
"xiaoheihe": {
"type": "stdio",
"command": "D:\\Tools\\XiaoheiheMcpServer\\XiaoheiheMcpServer.Stdio.exe",
"args": []
}
},
"inputs": []
}
注意:
\\ 或单斜杠 /setup.ps1 或 install-chromium.bat./setup.shdata/cookies.json--show-browser参数启动有头模式(显示浏览器界面)get_login_qr_code 工具(获返回二维码并调用系统工具打开图片)请帮我检查小黑盒登录状态
检查小黑盒登录状态
交互式登录(需要在有头模式才行)
发布图文内容到小黑盒
title: 标题(必需)content: 内容(必需)images: 图片路径列表(可选,本地绝对路径)communities: 社区名称列表(可选,必须是已有的社区,最多2个)tags: 话题标签列表(可选,最多5个)发布文章到小黑盒(长文章形式)
title: 标题(必需)content: 内容(必需,可包含本地图片绝对路径,将自动识别并上传)communities: 社区名称列表(必需,必须是已有的社区,最多2个)tags: 标签列表(可选,最多5个)发布视频到小黑盒
videoPath: 视频文件路径(必需)title: 标题(必需)content: 内容(必需)coverImagePath: 封面图片路径(可选,建议提供)communities: 社区名称列表(可选,必须是已有的社区,最多2个)tags: 标签列表(可选,最多5个)搜索小黑盒内容
搜索小黑盒上关于"原神"的内容
获取帖子 123456 的详细信息
获取帖子/文章详情
postId: 帖子/文章ID(必需)发表评论
postId: 帖子ID(必需)content: 评论内容(必需)images: 评论图片路径列表(可选,本地绝对路径)回复评论 ⚠(如果评论数比较多的话,会失败)
postId: 帖子ID(必需)targetCommentContent: 要回复的目标评论内容,用于定位评论(必需)content: 回复内容(必需)data/cookies.jsonsetup.ps1 或 install-chromium.bat,macOS/Linux 运行 ./setup.sh,或执行 playwright install chromium 安装浏览器data/cookies.json 文件get_login_qrcode 工具或者使用命令行参数--show-browser来使用有头模式进行重新登录XiaoheiheService.cs 中的 CSS 选择器