MCP Directory
Back

deeplearning.ai-mcp_server

by Dhamodharan2006 · Python · ★ 1

A robust, high-performance [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that provides AI assistants with structured, searchable access to the complete catalog of DeepLearning.ai courses.

Install

pip install git+https://github.com/Dhamodharan2006/deeplearning.ai-mcp_server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "deeplearning-ai-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Dhamodharan2006/deeplearning.ai-mcp_server.git"
      ]
    }
  }
}

From the README

A robust, high-performance [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that provides AI assistants with structured, searchable access to the complete catalog of DeepLearning.ai courses. Built with resilience in mind, this server employs a highly fault-tolerant, 3-tiered data extraction pipeline, backed by an asynchronous SQLite cache to ensure instant retrieval for downstream AI models. - **Instant Semantic Search**: Query the full DeepLearning.ai course catalog instantly via local SQLite cache. - **3-Tiered Extraction Pipeline**: - **Tier 1 (Primary)**: Direc…
Read full README on GitHub →

Related other servers