Install
$ agentstack add mcp-arindam200-awesome-ai-apps ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Awesome AI Apps [](https://awesome.re)
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.
📋 Table of Contents
- [🎓 Courses](#-courses)
- [🚀 Featured AI Apps](#-featured-ai-apps)
- [🧩 Starter Agents](#-starter-agents)
- [🪶 Simple Agents](#-simple-agents)
- [🎙️ Voice Agents](#-voice-agents)
- [🗂️ MCP Agents](#️-mcp-agents)
- [🧠 Memory Agents](#-memory-agents)
- [📚 RAG Applications](#-rag-applications)
- [🔬 Advanced Agents](#-advanced-agents)
- [📺 Tutorials & Videos](#-tutorials--videos)
- [🚀 Getting Started](#getting-started)
- [🤝 Contributing](#-contributing)
💎 Sponsors
A huge thank you to our sponsors for their generous support!
Web Data Platform
AI Inference Provider
AI Web Scraping framework
SQL Native Memory for AI
Agentic Application Platform
Auth Stack for AI
AI Observability Platform
Google Search API
Kubernetes for AI Agents
💎 Become a Sponsor
Interested in sponsoring this project? Feel free to reach out!
🎓 Courses
AWS Strands Course for Beginners
Comprehensive hands-on course on building AI agents with AWS Strands SDK:
- [AWS Strands Course](course/aws_strands) - Complete 8-lesson course covering agent fundamentals to production patterns
- Foundation: Basic agents, session management, structured output
- Integration: MCP agents, human-in-the-loop patterns
- Multi-Agent: Orchestrator agents, swarm intelligence, graph workflows
- Production: Observability, safety guardrails, and best practices
🚀 Featured AI Apps
🧩 Starter Agents
Quick-start agents for learning and extending different AI frameworks. 20 projects
- [Agno HackerNews Analysis](starteraiagents/agno_starter) - Agno-based agent for trend analysis on HackerNews
- [OpenAI SDK Starter](starteraiagents/openaiagentssdk) - OpenAI Agents SDK with email helper & haiku writer examples
- [LlamaIndex Task Manager](starteraiagents/llamaindex_starter) - LlamaIndex-powered task assistant
- [CrewAI Research Crew](starteraiagents/crewai_starter) - Multi-agent research team example
- [Letta Starter](starteraiagents/letta_starter) - Stateful agent with persistent long-term memory across sessions
- [Microsoft Agent Framework Starter](starteraiagents/microsoftagentsstarter) - Multi-agent travel planning demos built on Microsoft Agent Framework
- [PydanticAI Weather Bot](starteraiagents/pydantic_starter) - Real-time weather information agent
- [LangChain Starter](starteraiagents/langchain_starter) - LangChain tool-calling agent with
create_tool_calling_agent+AgentExecutor, powered by Nebius - [LangGraph Starter](starteraiagents/langgraph_starter) - LangGraph prebuilt ReAct agent (
create_react_agent) with custom tools, powered by Nebius - [AWS Strands Agent Starter](starteraiagents/awsstrandsstarter) - Weather report agent using AWS Strands SDK
- [Mastra Starter](starteraiagents/mastra_starter) - TypeScript-first agent with a custom tool powered by Nebius Token Factory
- [Camel AI Starter](starteraiagents/camelaistarter) - Performance benchmarking tool comparing various AI models
- [DSPy Starter](starteraiagents/dspy_starter) - DSPy framework for building and optimizing AI systems
- [Google ADK Starter](starteraiagents/googleadkstarter) - Google Agent Development Kit starter template
- [Semantic Kernel Starter](starteraiagents/semantickernelstarter) - Microsoft Semantic Kernel
ChatCompletionAgentwith plugin-based tool calling - [smolagents Starter](starteraiagents/smolagents_starter) - Hugging Face smolagents code-first web-search agent
- [AutoGen Starter](starteraiagents/autogen_starter) - Microsoft AutoGen
AssistantAgentwith a custom tool, powered by Nebius Token Factory - [cagent Starter](starteraiagents/cagent_starter) - Open-source customizable multi-agent runtime by Docker
- [Sayna Voice Agent](starteraiagents/sayna_starter) - Real-time voice infrastructure with multi-provider STT/TTS (Deepgram, ElevenLabs, Azure, Google) and WebSocket streaming
- [KAOS Starter](starteraiagents/kaos_starter) - Kubernetes-native multi-agent system with MCP tools and in-cluster LLM
🪶 Simple Agents
Straightforward, practical use-cases for everyday AI applications. 19 projects
- [Agno AI Examples](simpleaiagents/agnoaiexamples) - Simple to multi-agent examples with web search & knowledge base
- [Finance Agent](simpleaiagents/finance_agent) - Real-time stock & market data tracking agent
- [Human-in-the-Loop Agent](simpleaiagents/humanintheloopagent) - HITL actions for safe AI task execution
- [Newsletter Generator](simpleaiagents/newsletter_agent) - AI-powered newsletter builder with Firecrawl integration
- [Reasoning Agent](simpleaiagents/reasoning_agent) - Step-by-step financial reasoning demonstration
- [Agno UI Example](simpleaiagents/agnouiagent) - Interactive UI for web & finance agents
- [Mastra Weather Bot](simpleaiagents/mastraaiweather_agent) - Weather updates using Mastra AI framework
- [Calendar Assistant](simpleaiagents/calschedulingagent) - Calendar scheduling integration with Cal.com
- [Smart Scheduler Assistant](simpleaiagents/emailtocalendar_scheduler) - AI-powered Gmail reader and Google Calendar manager
- [Web Automation Agent](simpleaiagents/browser_agent) - Browser automation agent using Nebius & browser-use
- [Nebius Chat](simpleaiagents/nebius_chat) - Chat interface for Nebius Token Factory
- [RouteLLM Chat](simpleaiagents/llm_router) - Intelligent model routing with RouteLLM (GPT-4o-mini vs Nebius Llama) for cost optimization
- [Talk to Your DB](simpleaiagents/talktodb) - Natural language database queries with GibsonAI & LangChain
- [LangChain Simple Agents](simpleaiagents/langchainsimpleagents) - Nebius-powered incident response, support, vendor risk, and data quality agents with typed outputs and guarded tools
- [Agent Discovery Agent](simpleaiagents/agentdiscoveryagent) - Find and compare AI agents across NANDA, MCP, Virtuals, A2A, and ERC-8004 registries
- [LangChain Data Agent PoC](simpleaiagents/langchaindataagent_poc) - Natural-language-to-SQL data agent with LangGraph, Nebius, read-only SQL safety, and Streamlit charts
- [VoyageCompass Travel Planner](simpleaiagents/nebiustravelplanner) - LangChain and Nebius travel planner with weather, research, currency conversion, budgets, and packing tools
🎙️ Voice Agents
Real-time voice assistants and streaming speech pipelines. 8 projects
- [Gradium + Nebius Voice Coach](voice_agents/voice-agent-gradium-nebius-langchain) - Conversational pitch coach using Gradium STT/TTS, LangChain orchestration, and Nebius reasoning
- [Healthcare Voice Contact Center](voiceagents/healthcarecontact_center) - Pipecat healthcare contact center with appointment booking, FAQ handling, and supervisor escalation
- [LiveKit + Gemini Realtime](voiceagents/livekitgemini_agents) - LiveKit Agents with Google Gemini Live (
geminimultimodal realtime) for low-latency voice conversations in a LiveKit room - [LiveKit Voice Agent with Web Search](voiceagents/livekitwebsearchagent) - LiveKit + Gemini realtime voice agent with an Olostep-backed
web_searchtool for fresh, source-cited answers - [LiveKit RSVP Confirmation Agent](voiceagents/livekitrsvp_agent) - Outbound voice agent that calls attendees, confirms RSVPs, and updates a JSON-backed event database
- [Pipecat + Sarvam](voiceagents/pipecatagent) - Pipecat voice pipeline with Sarvam STT/TTS and OpenAI for chat; WebRTC (browser) or Daily transport via the Pipecat runner
- [Speed-to-Lead Voice Agent](voiceagents/speedtoleadagent) - LiveKit-based voice agent that calls inbound leads instantly, routes them to specialists, and logs to a mock CRM
- [VoxCode (Cursor Code Editor)](voiceagents/Cursorcode_editor) - Local voice workspace for codebase summaries and architecture Q&A; Deepgram Voice Agent + Nebius reasoning + Cursor SDK file inspection/edits
🗂️ MCP Agents
Examples using Model Context Protocol for external tool integration. 13 projects
- [Doc-MCP](mcpaiagents/doc_mcp) - Semantic RAG documentation & Q&A system
- [LangGraph MCP Agent](mcpaiagents/langchainlanggraphmcp_agent) - LangChain ReAct agent with Couchbase integration
- [GitHub MCP Agent](mcpaiagents/githubmcpagent) - Repository insights and analysis via MCP
- [MCP Starter](mcpaiagents/mcp_starter) - GitHub repository analyzer starter template
- [Talk to your Docs](mcpaiagents/docsqnaagent) - Documentation Q&A agent with MCP
- [Database MCP Agent](mcpaiagents/databasemcpagent) - Conversational AI agent for managing GibsonAI database projects and schemas
- [Hotel Finder Agent](mcpaiagents/hotelfinderagent) - Hotel search and booking using MCP integration
- [Custom MCP Server](mcpaiagents/custommcpserver) - Custom MCP server implementation example
- [Couchbase MCP Server](mcpaiagents/couchbasemcpserver) - Couchbase database integration with MCP protocol
- [ScaleKit Exa MCP Security](mcpaiagents/scalekit-exa-mcp-security) - Security-focused MCP integration with Exa search
- [Docker E2B MCP Agent](mcpaiagents/e2bdockermcp_agent) - Secure AI agent for running agents in sandboxed Docker environments via MCP Gateway
- [Taskade MCP Agent](mcpaiagents/taskademcpagent) - AI-powered workspace agent for managing projects, tasks, and workflows via Taskade MCP
- [Telemetry MCP Okahu](mcpaiagents/telemetry-mcp-okahu) - Self-healing Text-to-SQL demo using Okahu Cloud traces via hosted MCP
- [MCP Toolbox Security Agent](mcpaiagents/mcptoolboxsecurity_agent) - Secure ecommerce agent over PostgreSQL + MongoDB; MCP Toolbox enforces per-user data access, least-privilege roles, and authorized tools
🧠 Memory Agents
Agents with advanced memory capabilities for context retention and personalization. 13 projects
- [Agno Memory Agent](memoryagents/agnomemory_agent) - Agno-based agent with persistent memory capabilities
- [arXiv Researcher Agent with Memori](memoryagents/arxivresearcheragentwith_memori) - Research assistant using OpenAI Agents and GibsonAI Memori
- [AWS Strands Agent with Memori](memoryagents/awsstrandsagentwith_memori) - AWS Strands agent enhanced with Memori memory system
- [Blog Writing Agent](memoryagents/blogwriting_agent) - Personalized blog writing agent with memory for style consistency
- [Social Media Agent](memoryagents/socialmedia_agent) - Social media automation agent with memory for brand voice
- [Job Search Agent](memoryagents/jobsearch_agent) - Job search agent with memory for preference tracking
- [Brand Reputation Monitor](memoryagents/brandreputation_monitor) - AI-powered brand reputation monitoring with news analysis and sentiment tracking
- [Product Launch Agent](memoryagents/productlaunch_agent) - Competitive intelligence tool for analyzing competitor product launches
- [AI Consultant Agent](memoryagents/aiconsultant_agent/) - AI-powered consulting agent using Memori v3 as long-term memory fabric and ExaAI for research
- [Customer Support Voice Agent](memoryagents/customersupportvoiceagent) - Voice-enabled customer support assistant with Memori v3 and Firecrawl for knowledge base management
- [YouTube Trend Agent](memoryagents/youtubetrend_agent) - YouTube channel analysis agent with Memori, Agno, and Exa for trend analysis and video ideas
- [Study Coach Agent](memoryagents/studycoach_agent) - AI-powered study coach with Memori v3 and LangGraph for multi-step verification of understanding
- [Engineering Content Agent](memoryagents/engineeringcontent_agent) - Chat-first Agno app that turns HN demand, DEV.to supply gaps, and Weaviate Engram memory into a developer trend digest plus DevRel talk/blog ideation via Nebius
📚 RAG Applications
Retrieve-augmented generation examples for document understanding and knowledge bases. 12 projects
- [Agentic RAG](ragapps/agenticrag) - Agentic RAG implementation with Agno & GPT-5
- [Agentic RAG with Web Search](ragapps/agenticragwithweb_search) - Advanced RAG with CrewAI, Qdrant, and Exa for hybrid search capabilities
- [Resume Optimizer](ragapps/resumeoptimizer) - AI-powered resume optimization and enhancement tool
- [LlamaIndex RAG Starter](ragapps/llamaIndexstarter) - LlamaIndex + Nebius RAG starter template
- [PDF RAG Analyzer](ragapps/pdfrag_analyser) - Multi-PDF chat and analysis system
- [Qwen3 RAG Chat](ragapps/qwen3rag) - PDF chatbot interface built with Streamlit
- [Chat with Code](ragapps/chatwith_code) - Conversational code explorer and documentation assistant
- [Gemma3 OCR](ragapps/gemmaocr/) - OCR-based document and image processor using Gemma3 model
- [Nvidia Nemotron OCR](ragapps/nvidiaocr/) - OCR-based document and image parsing using Nvidia Nemotron-Nano-V2-12b
- [Contextual AI RAG](ragapps/contextualai_rag) - Enterprise-level RAG with managed datastores and quality evaluation
- [Advanced RAG with Reranking](ragapps/advancedragwithreranking) - Production-shaped PDF RAG with contextual retrieval, Qdrant hybrid search, reranking, streaming answers, upload ingestion, and clickable citations
- [Simple RAG](ragapps/simplerag) - Basic RAG implementation with Nebius for quick starts
- [WFGY 16 Problem Map LLM Debugger](ragapps/wfgyllm_debugger) - 16-mode map based debugger for LLM and RAG bugs
🔬 Advanced Agents
Complex multi-agent pipelines for production-ready end-to-end workflows. 24 projects
- [Deep Research + Writing Agents Workshop](advanceaiagents/deepresearchwritingagentsnebius_okahu) - Nebius-powered LangChain MCP workshop with Exa research, Gemini image generation, and Okahu/Monocle eval observability
- [Nebius AutoResearch](advanceaiagents/nebius-autoresearch-autoresearch-mar30) - NYC taxi analytics pipeline optimizer; iterative code search with Nebius Token Factory (real-time or batch inference)
- [AgentField Financial Research Agent](advanceaiagents/agentfieldfinanceresearch_agent) - Financial Research Agent with AgentField
- [Due Diligence Agent](advanceaiagents/duediligenceagent) - Multi-agent company due diligence pipeline with AG2 and TinyFish deep web scraping
- [Deep Researcher](advanceaiagents/deepresearcheragent) - Multi-stage research agent with Agno & ScrapeGraph AI
- [Candilyzer](advanceaiagents/candidate_analyser) - Candidate analysis tool for GitHub/LinkedIn profiles
- [Cosmos Arena Debate Council](advanceaiagents/cosmosarenadebate_council) - Multi-agent debate council built with LangGraph and the NVIDIA Cosmos reasoning model via Nebius Token Factory
- [Job Finder](advanceaiagents/jobfinderagent) - LinkedIn job search automation with Bright Data integration
- [AI Tr
…
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Arindam200
- Source: Arindam200/awesome-ai-apps
- License: MIT
- Homepage: https://raah.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.