mcp-tool-optimization

smiling66652/mcp-tool-optimization
★ 1 stars JavaScript 📦 Other Updated today
MCP工具去重与优化 - 对100+ MCP工具进行功能审计、去重、整合
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tool-optimizatio": {
      "command": "npx",
      "args": [
        "-y",
        "smiling66652/mcp-tool-optimization"
      ]
    }
  }
}