NSwag

GitHub

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "NSwag": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-NSwag"
      ]
    }
  }
}