OpenAPI Client Generator MCP

by orhanveli
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Generates API clients based on OpenAPI specifications using Axios as the HTTP client for making API requests

  • Uses OpenAPI/Swagger specifications to generate TypeScript API clients for interacting with REST APIs

  • Generates strongly-typed API clients in TypeScript for improved type safety when interacting with APIs

openapi-client-generator MCP 서버

TypeScript를 사용하여 API 클라이언트를 생성하는 모델 컨텍스트 프로토콜 서버입니다.

특징

자원

  • API와 상호작용하는 데 사용할 수 있는 Axios 기반 API 클라이언트를 생성합니다.
  • 클라이언트를 생성하기 위해 OpenAPI / Swagger 사양을 사용합니다.

프롬프트

  • generate_client - 지정된 OpenAPI 사양에 대한 API 클라이언트를 생성합니다.

개발

종속성 설치:

지엑스피1

서버를 빌드하세요:

npm run build

자동 재빌드를 사용한 개발의 경우:

npm run watch

설치

Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.

MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "openapi-client-generator": { "command": "node", "args": [ "< PATH TO >/openapi-client-generator/build/index.js" ] } } }

디버깅

MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.

npm run inspector

검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.

기여하다

이슈를 개설하거나 풀 리퀘스트를 제출하여 프로젝트에 기여해 주세요. 프로젝트 목표에 부합하는 개선 사항이나 새로운 기능은 언제든지 환영합니다.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.


클라인 과 함께 구축

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

OpenAPI 사양에서 API 클라이언트를 생성하는 TypeScript 기반 MCP 서버로, 자연어를 통한 자동 코드 생성이 가능합니다.

  1. Features
    1. Resources
    2. Prompts
  2. Development
    1. Installation
      1. Debugging
    2. Contributing
      1. License
        ID: taqmq8493y