# ashishpatel26/500-AI-Agents-Projects | Model Context Protocol (MCP) Server > The 500 AI Agents Projects is a curated collection of AI agent use cases across various industries. It showcases practical applications and provides links to open-source projects for implementation, illustrating how AI agents are transforming sectors such as healthcare, finance, education, retail, and more. - **Stars**: ⭐ 35,312 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "500-AI-Agents-Projects": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-500-AI-Agents-Projects" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "500-AI-Agents-Projects": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-500-AI-Agents-Projects" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-500-AI-Agents-Projects` - **Docker**: `docker run -i --rm mcp/500-AI-Agents-Projects`