500-AI-Agents-Projects

GitHub

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.

35,312 stars Python #ai-agents#genai
RAW Config

Claude Desktop Configuration

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

{
  "mcpServers": {
    "500-AI-Agents-Projects": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-500-AI-Agents-Projects"
      ]
    }
  }
}