by microsoft
A comprehensive set of samples of creating and using MCP servers and clients with .NET
# Add to your Claude Code skills
git clone https://github.com/microsoft/mcp-dotnet-samplesWelcome to the Model Context Protocol (MCP) .NET Samples repository! This collection of samples demonstrates how to leverage the Model Context Protocol in .NET applications.
MCP is an open protocol that standardizes how applications provide context to Large Language Models (LLMs). Think of MCP like a USB-C port for AI applications - it provides a standardized way to connect AI models to different data sources and tools.
With MCP, you can:
This repository contains .NET samples ranging from building your own MCP implementation to integrating with Azure services.
| Sample Name | Install | Description |
|-----------------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------|
| Awesome Copilot | <br/>
<br/> | MCP server that retrieves GitHub Copilot customization files from . |
| | <br/>[](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%7B%22name%22%3A%22markdown-to-html%22%2C%22gallery%22%3Afalse%2C%22command%22%3A%22docker%22%2C%22args%22%3A%5B%22run%22%2C%22-i%22%2C%22--rm%22%2C%22ghcr.io%2Fmicrosoft%2Fmcp-dotnet-samples%2Fmarkdow...