# RicoSuter/NSwag | Model Context Protocol (MCP) Server > The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript. - **Stars**: ⭐ 7,323 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "NSwag": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-NSwag" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "NSwag": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-NSwag" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-NSwag` - **Docker**: `docker run -i --rm mcp/NSwag`