mcp-tools

nut-code-monkey/mcp-tools
★ 1 stars Shell Other Updated today
🚀 Simple & clean way to manage MCP servers on macOS using OrbStack.
View on GitHub → 🔍 Audit Wallet Slippage →

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",
        "nut-code-monkey/mcp-tools"
      ]
    }
  }
}