sunnymcptool

a121400/sunnymcptool
★ 40 stars JavaScript 📦 Other Updated 1d ago
基于 SunnyNet 中间件和 SunnyNetTools 抓包工具扩展的 MCP Server
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": {
    "sunnymcptool": {
      "command": "npx",
      "args": [
        "-y",
        "a121400/sunnymcptool"
      ]
    }
  }
}