A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Hands-on crash course for the Model Context Protocol (MCP) with project-based branches on Streamable-HTTP, LangChain ada

Welcome to the MCP Crash Course! This repository is designed to teach you the fundamentals and advanced concepts of the Model Context Protocol (MCP) in a hands-on way.
The Model Context Protocol (MCP) helps connect AI-agentic applications powered by Large Language Models (LLMs) to external tools and data sources, enabling more capable and context-aware AI systems.
This repository uses a unique branch-based structure for learning:
project/* branch covers a specific MCP feature or concept.Simply check out the branch for the topic you want to learn and walk through the commits!
Here are the topics currently available:
project/sse: Learn how to implement Server-Sent Events (SSE) with MCP.project/langchain-mcp-adapters: Explore integrating MCP with LangChain adapters.project/docker-mcp: Understand how to containerize your MCP applications using Docker.project/prompts: Learn how to implement and work with MCP Prompts, featuring FastMCP 2.0.More topics might be added, so keep an eye out!
Before you start, make sure you have the following installed:
uv (the fast Python package installer and resolver)git clone https://github.com/emarco177/mcp-crash-course.git
cd mcp-crash-course
# Example for the SSE topic
git checkout project/sse
git log --oneline --reverse to see the chronological list of commits for the branch. Then, use git checkout <commit_hash> or your Git client to step through the history and learn.Contributions are welcome! If you'd like to add a new topic or improve an existing one:
project/your-mcp-feature-name.main branch.This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Happy learning! 🎉
MCP server integration for DaVinci Resolve Studio
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots