modelcontextprotocol/quickstart-resources
A collection of example MCP servers and clients demonstrating the Model Context Protocol for connecting LLMs to external tools.

This repository contains the code examples from the Model Context Protocol (MCP) tutorials, including a weather server implementation and an LLM-powered chatbot client. MCP is a protocol designed to enable AI models to interact with external tools, data sources, and services in a standardized way. The examples demonstrate how to build both the server side (tool providers) and client side (AI applications that consume tools) of the MCP ecosystem.