ai-tools

jakub-vavra-cz/ai-tools
★ 0 stars Python Other Updated today
Place to store personal helper tools for work with AI. Customized skills and mcp servers.
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": {
    "ai-tools": {
      "command": "uvx",
      "args": [
        "ai-tools"
      ]
    }
  }
}

Or install with pip: pip install ai-tools