You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai/resources/mcp-servers.md
+23-24Lines changed: 23 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,53 +9,52 @@ ms.topic: reference
9
9
10
10
This article contains an organized list of the best learning resources for .NET developers who are building Model Context Protocol (MCP) servers. Resources include samples, documentation, videos, and workshops.
11
11
12
-
## Getting Started
12
+
## Getting started
13
13
14
-
|Link|Description|
15
-
|---|---|
14
+
|Link|Description|
15
+
|------|-------------|
16
16
|[Anthropic - Getting Started with MCP](https://modelcontextprotocol.io/docs/getting-started/intro)|Anthropic's official guide to the Model Context Protocol (MCP) and overview on how to get started writing or using an MCP server.|
17
-
|[Create a minimal MCP server using C# and publish to NuGet](../quickstarts/build-mcp-server.md)|A quick guide to writing MCP server in VS Code and publishing it to NuGet.|
18
-
|[MCP for Beginners GitHub Repo ](https://github.com/microsoft/mcp-for-beginners)|A Microsoft-official Github repository with a full, hands-on curriculum for developing MCP servers in .NET, Java, TypeScript, JavaScript, Rust and Python.|
19
-
|[Build Agents using MCP on Azure](https://learn.microsoft.com/en-us/azure/developer/ai/build-openai-mcp-server-dotnet?tabs=github-codespaces)| A walkthrough on how to connect an MCP client using Azure OpenAI and MCP server to Azure Container Apps.
17
+
|[Create a minimal MCP server using C# and publish to NuGet](../quickstarts/build-mcp-server.md)|A quick guide to writing an MCP server in VS Code and publishing it to NuGet.|
18
+
|[MCP for Beginners GitHub repo](https://github.com/microsoft/mcp-for-beginners)|A Microsoft-official GitHub repository with a full, hands-on curriculum for developing MCP servers in .NET, Java, TypeScript, JavaScript, Rust, and Python.|
19
+
|[Build agents using MCP on Azure](/azure/developer/ai/build-openai-mcp-server-dotnet)| A walkthrough on how to connect an MCP client using Azure OpenAI and MCP server to Azure Container Apps.|
20
20
21
21
## Libraries
22
22
23
-
|Link|Description|
24
-
|---|---|
25
-
|[MCP C# SDK](https://github.com/modelcontextprotocol/csharp-sdk)|Microsoft and Anthropic's official C# SDK for MCP servers and clients.|
|[MCP C# SDK](https://github.com/modelcontextprotocol/csharp-sdk)|Microsoft and Anthropic's official C# SDK for MCP servers and clients.|
26
26
27
27
## Samples
28
28
29
-
|Link|Description|
30
-
|---|---|
29
+
|Link|Description|
30
+
|------|-------------|
31
31
|[MCP Workshop GitHub repo](https://github.com/Azure-Samples/mcp-workshop-dotnet)|A sample MCP server and client with corresponding, step-by-step walkthroughs on how to implement them and how MCP works.|
32
32
33
-
## Documentation
33
+
## Documentation
34
34
35
-
|Link|Description|
36
-
|---|---|
35
+
|Link|Description|
36
+
|------|-------------|
37
37
|[MCP C# SDK Documentation](https://modelcontextprotocol.github.io/csharp-sdk/index.html)|Anthropic's official guide to the Model Context Protocol (MCP) and overview on how to get started writing or using an MCP server.|
38
38
|[VS Code MCP Developer Guide](https://code.visualstudio.com/api/extension-guides/ai/mcp)| Official documentation for building, debugging, and registering an MCP server in VS Code.|
39
39
40
-
## Additional Resources
40
+
## Additional resources
41
41
42
-
|Link|Description|
43
-
|---|---|
42
+
|Link|Description|
43
+
|------|-------------|
44
44
|[MCP Inspector Tool](https://github.com/modelcontextprotocol/inspector)|The Anthropic-official GitHub repo for the MCP Inspector tool, a visual testing and debugging tool for MCP servers.|
45
-
|[MCP servers for VS Code](https://code.visualstudio.com/mcp)|A hub for quickly installing 1st- and 3rd-party MCP servers in VS Code.|
46
-
|[3rd-Party MCP servers](https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#-third-party-servers)|A GitHub repo containing a comprehensive list of publicly-available MCP servers.|
45
+
|[MCP servers for VS Code](https://code.visualstudio.com/mcp)|A hub for quickly installing first-party and third-party MCP servers in VS Code.|
46
+
|[Third party MCP servers](https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#-third-party-servers)|A GitHub repo containing a comprehensive list of publiclyavailable MCP servers.|
47
47
48
48
## Videos
49
49
50
-
|Link|Description|
51
-
|---|---|
50
+
|Link|Description|
51
+
|------|-------------|
52
52
|[MCP Dev Days (Microsoft Reactor)](https://developer.microsoft.com/reactor/series/S-1563/)|A 2-day virtual event and video series showing how to use and write MCP servers.|
53
53
|[ASP.NET Community Standup - Build MCP servers with ASP.NET Core](https://www.youtube.com/live/x_6iUhdHnhc?si=J8QQuirYWk0JXC_V)|A roundtable discussion and demo on building an MCP server with ASP.NET Core and the MCP C# SDK.|
54
-
|[MCP for Beginners GitHub Repo ](https://github.com/microsoft/mcp-for-beginners)|A Microsoft-official Github repository with a full, hands-on curriculum for developing MCP servers in .NET, Java, TypeScript, JavaScript, Rust and Python.|
55
54
56
55
## Communities
57
56
58
-
|Link|Description|
59
-
|---|---|
57
+
|Link|Description|
58
+
|------|-------------|
60
59
|[Anthropic MCP Discussions](https://github.com/orgs/modelcontextprotocol/discussions)|An open forum for discussing MCP in Anthropic's official MCP GitHub repo.|
61
60
|[Azure AI Foundry Discord](https://discord.com/invite/ByRwuEEgH4)|A Discord discussion space for developers looking to build with Microsoft AI tooling.|
0 commit comments