XiaoheiheMcpServer

wsmxd/XiaoheiheMcpServer
★ 5 stars C# 📦 Other Updated 24d ago
小黑盒发帖子的MCP工具
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xiaoheihemcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "wsmxd/XiaoheiheMcpServer"
      ]
    }
  }
}