MCP-Tools

FZU-YOROZUYA/MCP-Tools
★ 2 stars Java 📦 Other Updated 6mo ago
软工第二次作业 MCPTools 部分
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": {
    "mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "FZU-YOROZUYA/MCP-Tools"
      ]
    }
  }
}