AI / MLPython

mcp-crash-course

The MCP Crash Course repository teaches users the fundamentals and advanced concepts of the Model Context Protocol (MCP) through hands-on projects.

Free
N/A rating (0 reviews)0 installs152 GitHub stars
MCPAILearningHands-onDocker

This repository is designed to provide a comprehensive learning experience for individuals interested in the Model Context Protocol (MCP). It features a unique branch-based structure where each branch focuses on a specific MCP feature or concept, allowing users to follow along with chronological commits to grasp the topic step-by-step. Topics include implementing Server-Sent Events, integrating MCP with LangChain adapters, containerizing applications using Docker, and working with MCP Prompts. By utilizing this repository, learners can enhance their understanding of how MCP connects AI-agentic applications powered by Large Language Models (LLMs) to external tools and data sources. This enables the development of more capable and context-aware AI systems, making it a valuable resource for developers and AI enthusiasts alike.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-crash-course": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-crash-course"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1