This project provides a demonstration of how to implement the Model Context Protocol (MCP) using Langchain MCP Adapters and Ollama. MCP is an open-source standard designed to enable Large Language Models (LLMs) to interact with external tools, services, and data sources. The demo includes example MCP clients and servers, showcasing how to connect an LLM to services such as math operations and weather data through the standardized MCP interface.