deeplearning.ai-mcp_server

Dhamodharan2006/deeplearning.ai-mcp_server
★ 0 stars Python 🤖 AI/LLM Updated today
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "deeplearning.ai-mcp_": {
      "command": "uvx",
      "args": [
        "deeplearning.ai-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install deeplearning.ai-mcp-server