mcp-tools

xiaobenyang-com/mcp-tools
★ 1 stars JavaScript 📦 Other Updated 3mo ago
for xiaobenyang mcp tools.
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",
        "xiaobenyang-com/mcp-tools"
      ]
    }
  }
}