swagger-ui

GitHub

Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

RAW Config

Claude Desktop Configuration

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

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