This repository serves as a practical guide and demonstration for creating and utilizing Model Context Protocol (MCP) servers, specifically designed to interface with large language models such as those powering GitHub Copilot Chat. It demystifies MCP, explaining its role as a standardized API for language models to interact with external systems, much like a universal connector. The project offers ready-to-use example servers built with Node.js and TypeScript, showcasing both standard I/O (stdio) and Server-Sent Events (SSE) transport methods, enabling developers to easily experiment and build their own custom MCP integrations.