# swagger-api/swagger-ui | Model Context Protocol (MCP) Server > Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API. - **Stars**: ⭐ 28,968 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "swagger-ui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-swagger-ui" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "swagger-ui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-swagger-ui" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-swagger-ui` - **Docker**: `docker run -i --rm mcp/swagger-ui`