A C# SDK for building MCP (Model Context Protocol) servers, enabling seamless integration of custom tools and services into MCP-compatible clients. Essential for creating and running MCP servers as part of an Awesome MCP Servers list.
Loading more......
A C# SDK for building high-performance MCP servers on .NET 9 with NativeAOT compatibility, designed for optimal performance and seamless MCP server implementation.
The MCP Python SDK provides the necessary tools and libraries for building MCP servers in Python. It offers convenient abstractions and utilities to implement custom MCP servers, making it a core resource for anyone developing awesome MCP servers.
An AI-powered development toolkit MCP server for Cursor, providing intelligent coding assistance, UI screenshot analysis, and code review tools.
Cherry Studio is a code editor that now supports MCP servers, enabling enhanced development workflows directly with Model Context Protocol integration. The release v1.1.1 introduces this support.
Gradle integration MCP server using the Gradle Tooling API to inspect projects, execute tasks, and run tests.
http4k MCP SDK provides a functional, testable Kotlin framework with HTTP Streaming protocol support for building MCP servers and clients.
Category: Development Tools / MCP Servers
Tags: mcp, sdk, dotnet, development
Source: GitHub Repository
Model Context Protocol SDK is the official C# SDK for building MCP (Model Context Protocol) servers and clients. Maintained by Microsoft, it enables .NET applications, services, and libraries to implement and interact with MCP-compatible clients and servers. MCP is an open protocol that standardizes how applications provide context to Large Language Models (LLMs), allowing secure integration between LLMs and various data sources and tools.
MCP Client Implementation:
McpClientFactory.CreateAsync for creating and connecting MCP clients.MCP Server Implementation:
McpServerToolType, McpTool) for automatic discovery and registration.IMcpServer, HttpClient, etc.[McpServerPrompt] and [McpServerPromptType] attributes.Integration & Extensibility:
.NET dependency injection and hosting infrastructure.Installation:
ModelContextProtocol).Open Source & Licensing:
Note: The SDK is currently in preview; breaking changes may be introduced without notice.