โ† Discover MCPs and Agents
a
MCPAI & MLGitHub

awesome-ai-apps

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

Links

README

From the repo.

Banner

Awesome AI Apps Awesome

Arindam200%2Fawesome-ai-apps | Trendshift

This repository is a comprehensive collection of 129 practical projects, 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.

๐Ÿ“‹ Table of Contents


๐Ÿ’Ž Sponsors

A huge thank you to our sponsors for their generous support!

Bright Data - Web Data Platform
Web Data Platform
Visit Bright Data website
Nebius Token Factory
AI Inference Provider
Visit Nebius Token Factory
ScrapeGraphAI - Web Scraping Library
AI Web Scraping framework
View ScrapeGraphAI on GitHub
Memori - SQL Native Memory for AI
SQL Native Memory for AI
Visit Memorilabs website
CopilotKit - Agentic Application Platform
Agentic Application Platform
Visit CopilotKit website
ScaleKit - Auth Stack for AI
Auth Stack for AI
Visit ScaleKit website
Okahu - AI Platform
AI Observability Platform
Visit Okahu website
AgentField - Kubernetes for AI Agents
Kubernetes for AI Agents
Visit AgentField website

๐Ÿ’Ž Become a Sponsor

Interested in sponsoring this project? Feel free to reach out!
Email


๐Ÿš€ Featured AI Apps

๐Ÿงฉ Starter Agents

Quick-start agents for learning and extending different AI frameworks. 20 projects

๐Ÿชถ Simple Agents

Straightforward, practical use-cases for everyday AI applications. 18 projects

๐ŸŽ™๏ธ Voice Agents

Real-time voice assistants and streaming speech pipelines. 9 projects

๐Ÿ—‚๏ธ MCP Agents

Examples using Model Context Protocol for external tool integration. 14 projects

๐Ÿง  Memory Agents

Agents with advanced memory capabilities for context retention and personalization. 13 projects

๐Ÿ“š RAG Applications

Retrieval-augmented generation examples for document understanding and knowledge bases. 18 projects

๐Ÿ”ฌ Advanced Agents

Complex multi-agent pipelines for production-ready end-to-end workflows. 31 projects

๐Ÿงฌ Fine-Tuning

End-to-end examples of fine-tuning open-source LLMs, from data prep to deployment. 6 projects

๐Ÿ“บ Tutorials & Videos

๐ŸŽ“ Course Playlists

๐Ÿ”ง Framework Tutorials


๐Ÿ“ฅ Stay Updated with Daily AI Insight!

Get easy-to-follow weekly tutorials and deep dives on AI, LLMs, and agent frameworks. Perfect for developers who want to learn, build, and stay ahead with new tech. Subscribe our Newsletter!

Subscribe to our Newsletter


Getting Started

Prerequisites

  • Python 3.10+ (Python 3.11+ recommended for newer projects)
  • Git for cloning the repository
  • Package Manager: pip or uv (recommended for faster installs)
  • API Keys: Most projects require API keys (see individual project READMEs)

Quick Start

  1. Clone the repository

    git clone https://github.com/Arindam200/awesome-ai-apps.git
    cd awesome-ai-apps
    
  2. Choose a project and navigate to its directory

    cd starter_ai_agents/agno_starter  # Example: Start with Agno starter
    
  3. Set up environment variables

    cp .env.example .env  # Copy example environment file
    # Edit .env with your API keys
    
  4. Install dependencies

    # Using pip
    pip install -r requirements.txt
    
    # OR using uv (recommended - faster)
    uv sync
    # or
    uv pip install -e .
    
  5. Run the project

    python main.py
    # or for Streamlit apps
    streamlit run app.py
    

๐Ÿค Contributing

We welcome contributions from the community! Here's how you can help:

  • ๐Ÿ’ก Add new projects: Submit your own AI agent examples
  • ๐Ÿ”ง Fix issues: Contribute code improvements and bug fixes
  • ๐Ÿ“ Improve documentation: Help make projects more accessible
  • ๐Ÿ› Report bugs or suggest improvements via GitHub Issues

Before contributing:

  • Read our Contributing Guidelines for detailed information
  • Check existing issues to avoid duplicates
  • Follow the project structure and naming conventions
  • Ensure your project includes a comprehensive README.md

Important: This project follows a Contributor Code of Conduct. By participating, you agree to abide by its terms.

๐Ÿ“œ License

This repository is licensed under the MIT License. Feel free to use and modify the examples for your projects.

๐Ÿ‘ฅ Core Maintainers

This project is actively maintained by:

Arindam Majumder ย ย ย  Shivay Lamba ย ย ย  Astrodevil

Arindam Majumder ย ยทย  Shivay Lamba ย ยทย  Astrodevil

For any questions, suggestions, or contributions, feel free to reach out to the maintainers.

Thank You for the Support! ๐Ÿ™

Star History Chart

Collected info

  • โ˜… 12,983 stars
  • โއ 1,657 forks
  • Language: Python
  • Source updated: 6/30/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCPโ€™s endpoint URL (from its repo or docs above). No API key โ€” you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.