Connect to Claude
OpenAPI Client Generator icon

OpenAPI Client Generator

Createdorhanveli

Generates API clients from OpenAPI/Swagger specifications using TypeScript.

About

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.

Key Features

  • Provides a `generate_client` prompt for client generation.
  • Generates axios-based API clients.
  • Supports integration with Claude Desktop.
  • Uses OpenAPI/Swagger specs as input.
  • Includes a development environment with auto-rebuild.

Use Cases

  • Automating the API client generation process.
  • Integrating API client generation into existing development workflows.
  • Generating type-safe API clients for TypeScript projects.