ai-engineering-hub (MCP Server)

GitHub

In-depth tutorials on LLMs, RAGs and real-world AI agent applications.

36,997 stars Jupyter Notebook MCP Ready Full Docs Skills View Markdown #agents#ai#llms#machine-learning

Claude Desktop Configuration

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

{
  "mcpServers": {
    "ai-engineering-hub": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ai-engineering-hub"
      ]
    }
  }
}