awesome-llm-apps (MCP Server)

GitHub

100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.

Claude Desktop Configuration

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

{
  "mcpServers": {
    "awesome-llm-apps": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-llm-apps"
      ]
    }
  }
}