awesome-ai-apps

GitHub

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

13,080 stars Python #agents#ai#hacktoberfest#llm#mcp
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "awesome-ai-apps": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-ai-apps"
      ]
    }
  }
}