dlai-mcp
DeepLearning.AI MCP Server (dlai-mcp)
Ein Model Context Protocol (MCP)-Server, der KI-Agenten (Claude Desktop, Cursor, Antigravity, benutzerdefinierte Agenten-Loops) direkten programmatischen Zugriff auf DeepLearning.AI Short Courses auf learn.deeplearning.ai bietet.
Entwickelt für autonome Notizenerstellung, Code- und Lab-Extraktion und sofortige Kursrecherche.
Features
📚 Zugriff auf den vollständigen Kurskatalog: Durchsuchen Sie über 100 DeepLearning.AI Short Courses mit Partnern, Themen und Dauern.
📑 Vollständige Lehrpläne und Gliederungen: Modulhierarchien, Lektionsindizes, Dauern und Lektionstypen abrufen.
🎙️ Video-Transkripte mit Zeitstempeln: Untertitelspuren mit strukturierten Zeitstempel-Markern (
[00:14]) für präzise Zitate extrahieren.💻 Jupyter-Lab- & Code-Extraktion:
.ipynb-Notebooks und Code-Übungen lesen, die in sauberem Markdown dargestellt werden.⚡ Zero-Auth-Direkt-API: Öffentliche tRPC-Anfragen mit hoher Geschwindigkeit ohne Browser-Overhead.
🔍 Offline-SQLite-Cache & FTS5-Suche: Sofortige Volltextsuche mit BM25-Ranking in allen synchronisierten Materialien.
🔐 Interaktiver CLI-Login: Einfacher einmaliger Login-Befehl (
dlai-mcp login) zur Authentifizierung Ihres Kontos.
Related MCP server: Coursera MCP
Installation
Mit uv (Empfohlen)
# Clone the repository
git clone https://github.com/WilliamAxelC/deeplearning.ai-MCP-Server.git
cd deeplearning.ai-MCP-Server
# Create virtual environment and install
uv venv
source .venv/bin/activate
uv pip install -e .Mit pip
pip install -e .Schnellstart 与 CLI-Befehle
1. Interaktive Authentifizierung (Optional für öffentliche Daten, erforderlich für eingeschriebene Labs)
dlai-mcp loginÖffnet ein leer Chromium-Browserfenster, in dem Sie sich bei Ihrem DeepLearning.AI-Konto anmelden.
2. Status und lokale Cache-Statistiken prüfen
dlai-mcp status3. Kurs-Transkripte für den Offline-Agenten-Zugriff vorab abrufen
# Sync a specific course by slug
dlai-mcp sync --course chatgpt-prompt-eng
# Or sync all courses
dlai-mcp sync --all4. Indexierte Kurs-Transkripte per CLI durchsuchen
dlai-mcp search "temperature parameter"5. Den MCP-Server starten
# Standard stdio mode (for Claude Desktop / Cursor / Antigravity)
dlai-mcp serve
# Or SSE / HTTP network mode
dlai-mcp serve --transport sse --port 8000MCP-Clients konfigurieren
Claude Desktop-Konfiguration (claude_desktop_config.json)
{
"mcpServers": {
"deeplearning-ai": {
"command": "uv",
"args": [
"--directory",
"/path/to/deeplearning.ai-MCP-Server",
"run",
"dlai-mcp",
"serve"
]
}
}
}Cursor / Antigravity-Konfiguration
{
"mcpServers": {
"deeplearning-ai": {
"command": "/path/to/deeplearning.ai-MCP-Server/.venv/bin/dlai-mcp",
"args": ["serve"]
}
}
}Verfügbare MCP-Tools
Tool | Parameters | Description |
|
| Short Courses aufliste und filtern. |
|
| Lehrplan, Modul الوو Module und alle Lektionen abrufen. |
|
| Transkripttext mit Zeitstempeln abrufen. |
|
| Jupyter-Notebook-Code & Markdown extrahieren. |
|
| SQLite-FTS5-BM25-Volltextsuche über Transkripte. |
|
| Den gesamten Kurs vorab abrufen und in SQLite indizieren. |
| none | Aktive Benutzersitzung und Kontodetails prüfen. |
Autor
William Axel C (@WilliamAxelC) –
williamaxelcuangdinata@gmail.com
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to browse and teach the Deep Learning DIY course, providing access to modules, notebooks, transcripts, quizzes, slides, and homework via MCP tools.184Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to programmatically interact with Coursera, including enrolling in courses, completing lectures, solving quizzes, submitting assignments, earning certificates, and pushing them to LinkedIn.1MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to access Canvas LMS academic data such as courses, assignments, grades, and events via MCP tools.
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with structured access to Mindvalley's educational offerings, including products, masterclasses, programs, and certifications via four read-only MCP tools.32MIT
Related MCP Connectors
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WilliamAxelC/deeplearning.ai-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server