mcp-tools

arc119226/mcp-tools
★ 2 stars JavaScript Other Updated 1d ago
A collection of simple, practical MCP servers — zero config, just works.
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",
        "arc119226/mcp-tools"
      ]
    }
  }
}