MyMcpServer

AKrasovski/MyMcpServer
★ 0 stars C# 📦 Other Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mymcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "AKrasovski/MyMcpServer"
      ]
    }
  }
}

README Excerpt

This README was created using the C# MCP server project template. It demonstrates how you can easily create an MCP server using C# and publish it as a NuGet package. The MCP server is built as a self-contained application and does not require the .NET runtime to be installed on the target machine. However, since it is self-contained, it must be built for each target platform separately.