# Arindam200/awesome-ai-apps | Model Context Protocol (MCP) Server > A collection of projects showcasing RAG, agents, workflows, and other AI use cases - **Stars**: ⭐ 13,080 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-ai-apps": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-ai-apps" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-ai-apps": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-ai-apps" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-ai-apps` - **Docker**: `docker run -i --rm mcp/awesome-ai-apps`