mcp-crash-course

emarco177/mcp-crash-course
★ 143 stars Python 🤖 AI/LLM Updated 1mo ago
Hands-on crash course for the Model Context Protocol (MCP) with project-based branches on Streamable-HTTP, LangChain adapters, and Docker.
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": {
    "mcp-crash-course": {
      "command": "uvx",
      "args": [
        "mcp-crash-course"
      ]
    }
  }
}

Or install with pip: pip install mcp-crash-course

Topics

mcpmodel-context-protocol