ai-tools-collection

Dovelizi/ai-tools-collection
★ 1 stars HTML 🤖 AI/LLM Updated today
A collection of AI Agent Skills, MCP servers, and related tools for CodeBuddy and AI-powered workflows.
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": {
    "ai-tools-collection": {
      "command": "npx",
      "args": [
        "-y",
        "Dovelizi/ai-tools-collection"
      ]
    }
  }
}