MCP Directory
Back

ModelContextProtocolCsharpSDK

by michelmsft · C# · ★ 0

ModelContextProtocolCsharpSDK — MCP server.

Install

git clone https://github.com/michelmsft/ModelContextProtocolCsharpSDK.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "modelcontextprotocolcsharpsdk": {
      "command": "npx",
      "args": [
        "-y",
        "github:michelmsft/ModelContextProtocolCsharpSDK"
      ]
    }
  }
}

From the README

This repo demonstrates how to use the **Model Context Protocol (MCP)** in .NET to expose a set of AI tools via an MCP server interface that can be consumed by LLMs or AI-powered applications. The **Model Context Protocol (MCP)** is an open standard designed to allow Large Language Models (LLMs) to invoke tools (functions, APIs, or plugins) in a standardized way across multiple platforms. The project in this repo shows how to: - Spin up an **MCP server** using - Register tools from your own C# assembly - Expose them over for easy local development - Interact with the server from a client…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers