openapi-client-generator MCP 서버
TypeScript를 사용하여 API 클라이언트를 생성하는 모델 컨텍스트 프로토콜 서버입니다.
특징
자원
- API와 상호작용하는 데 사용할 수 있는 Axios 기반 API 클라이언트를 생성합니다.
- 클라이언트를 생성하기 위해 OpenAPI / Swagger 사양을 사용합니다.
프롬프트
generate_client
- 지정된 OpenAPI 사양에 대한 API 클라이언트를 생성합니다.
개발
종속성 설치:
지엑스피1
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
설치
Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
기여하다
이슈를 개설하거나 풀 리퀘스트를 제출하여 프로젝트에 기여해 주세요. 프로젝트 목표에 부합하는 개선 사항이나 새로운 기능은 언제든지 환영합니다.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
클라인 과 함께 구축
Tools
OpenAPI 사양에서 API 클라이언트를 생성하는 TypeScript 기반 MCP 서버로, 자연어를 통한 자동 코드 생성이 가능합니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling interaction with APIs via the Model Context Protocol.Last updated -8PythonMIT License
- -securityAlicense-qualityAn MCP server that enables LLMs to understand and work with TypeScript APIs they haven't been trained on by providing structured access to TypeScript type definitions and documentation.Last updated -7326TypeScriptMIT License
- -securityAlicense-qualityGenerate an MCP server for any OpenAPI documented endpoint.Last updated -266GoApache 2.0
- -securityFlicense-qualityAn auto-generated MCP server that enables interaction with the OpenAI API, allowing users to access OpenAI's models and capabilities through the Multi-Agent Conversation Protocol.Last updated -Python