minimal-mcp-server

jonsb/minimal-mcp-server
★ 0 stars C# 📦 Other Updated 7d ago
A minimal .NET 10 MCP server
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": {
    "minimal-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jonsb/minimal-mcp-server"
      ]
    }
  }
}