https://github.com/StefH/mcpservers
A collection of MCP (Model Context Protocol) servers as dotnet tools
https://github.com/StefH/mcpservers
Last synced: 5 months ago
JSON representation
A collection of MCP (Model Context Protocol) servers as dotnet tools
- Host: GitHub
- URL: https://github.com/StefH/mcpservers
- Owner: StefH
- License: mit
- Created: 2025-03-30T08:04:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-21T09:19:40.000Z (6 months ago)
- Last Synced: 2025-06-07T18:27:36.248Z (5 months ago)
- Language: C#
- Size: 56.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **mcpservers** - MCP Servers is a platform focused on showcasing and connecting Model Context Protocol servers, providing developers with convenient MCP server discovery and integration services. `mcp` `server` `c#` `git clone https://github.com/mcpserversvip/mcpservers` (Other)
- awesome-mcp-servers - **mcpservers** - MCP Servers is a platform focused on showcasing and connecting Model Context Protocol servers, providing developers with convenient MCP server discovery and integration services. `mcp` `server` `c#` `git clone https://github.com/mcpserversvip/mcpservers` (Other)
- awesome-dotnet-mcp - mcpservers - A collection of MCP (Model Context Protocol) servers as dotnet tools (Servers / DotNET)
- awesome-dotnet-mcp - mcpservers - A collection of MCP (Model Context Protocol) servers as dotnet tools (Servers / DotNET)
README
# MCP Servers
A collection of MCP (Model Context Protocol) servers as dotnet tools
## 💻 dotnet tool `servers`
| Name | NuGet | Info
| :- | :- | :-
| `mcpserver.everything.stdio` | [](https://www.nuget.org/packages/mcpserver.everything.stdio) | [wiki](https://github.com/StefH/mcpservers/wiki/mcpserver.everything)
| `mcpserver.openxml.sse` | [](https://www.nuget.org/packages/mcpserver.openxml.sse) | [wiki](https://github.com/StefH/mcpservers/wiki/mcpserver.openxml)
| `mcpserver.openxml.stdio` | [](https://www.nuget.org/packages/mcpserver.openxml.stdio) | [wiki](https://github.com/StefH/mcpservers/wiki/mcpserver.openxml)
| ||
| `mcpserver.azuredevops` | [](https://www.nuget.org/packages/mcpserver.azuredevops.stdio) | [link](https://github.com/StefH/mcpserver.azuredevops)
## 📱 dotnet tool `client`
A MCP client as dotnet tool to invoke tools from a MCP Server (stdio or sse).
[](https://www.nuget.org/packages/mcpclient)
See [wiki: mcpclient](https://github.com/StefH/mcpservers/wiki/mcpclient).
## 📦 Projects
| Name | NuGet | Info
| :- | :- | :-
| `ModelContextProtocolServer.Sse` | [](https://www.nuget.org/packages/ModelContextProtocolServer.Sse) | Common framework for building a Sse MCP server.
| `ModelContextProtocolServer.Stdio` | [](https://www.nuget.org/packages/ModelContextProtocolServer.Stdio) | Common framework for building a Stdio MCP server.
| `ModelContextProtocolServer.Hybrid` | [](https://www.nuget.org/packages/ModelContextProtocolServer.Hybrid) | Common framework for building a Hybrid MCP server.
For more info, see [wiki: Projects](https://github.com/StefH/mcpservers/wiki/Projects).
## 💡 Other Projects
For a Microsoft SemanticKernel integration for the Model Context Protocol using the csharp-sdk, see [this project](https://github.com/StefH/McpDotNet.Extensions.SemanticKernel).