Generates API clients from OpenAPI/Swagger specifications using TypeScript.
The OpenAPI Client Generator creates an API client based on OpenAPI/Swagger specs, enabling developers to easily interact with APIs using TypeScript. It provides a Model Context Protocol server with a `generate_client` prompt that generates an axios-based API client. Developers can integrate this server into tools like Claude Desktop by configuring the server config with the command and arguments provided. The generated clients streamline the API interaction process, ensuring efficient and type-safe communication.