MCPServer

SatyaKarki/MCPServer
★ 3 stars C# 💻 Code/Dev Tools Updated today
MCP server and client application developed using C# SDK
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "SatyaKarki/MCPServer"
      ]
    }
  }
}