mcpServer

naku111/mcpServer
★ 1 stars TypeScript 📦 Other Updated 7mo 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": {
    "mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "naku111/mcpServer"
      ]
    }
  }
}