MCP C# SDK
The official C# SDK for the Model Context Protocol, enabling .NET applications, services, and libraries to implement and interact with MCP clients and servers. Please visit the API documentation for more details on available functionality.
Packages
The SDK packages are:
-
ModelContextProtocol.Core - For projects that only need to use the client or low-level server APIs and want the minimum number of dependencies.
-
ModelContextProtocol - The main package with hosting and dependency injection extensions. References ModelContextProtocol.Core. This is the right fit for most projects that don't need HTTP server capabilities.
-
ModelContextProtocol.AspNetCore - The library for HTTP-based MCP servers. References ModelContextProtocol.
-
ModelContextProtocol.Extensions.Apps - MCP Apps extension for building interactive UI applications that render inside MCP hosts.
-
ModelContextProtocol.Extensions.Tasks - MCP Tasks extension for running long-running tool invocations asynchronously with status polling and input requests.
About MCP
The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs). It enables secure integration between LLMs and various data sources and tools.
For more information about MCP:
Cross-Application Access (Identity Assertion Authorization Grant flow)
The SDK provides support for the Identity Assertion Authorization Grant flow
via IdentityAssertionGrantProvider. See the Cross-Application Access section in the transport docs for full usage details.
License
This project is licensed under the Apache License 2.0.