Productivity|Development|AI / ML|Cloud|UtilitiesPython

awesome-ai-apps

A collection of projects showcasing RAG, agents, workflows, and other AI use cases.

Free
N/A rating (0 reviews)0 installs9,589 GitHub stars
RAGagentsworkflowsAI use casesLLM

This repository is a comprehensive collection of 80+ practical examples, tutorials, and recipes for building powerful LLM-powered applications — including text agents, voice assistants, RAG apps, and MCP-backed tools. These projects serve as a guide for developers working with various AI frameworks and stacks.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "awesome-ai-apps": {
      "args": [
        "mcp-server-awesome-ai-apps"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.