OpenAPI
OpenAPI MCP 서버
oapis.org를 통해 OpenAPI 사양을 검색하고 탐색할 수 있는 Claude/Cursor용 MCP(모델 컨텍스트 프로토콜) 서버입니다.
OpenAPI 검색: https://github.com/janwilmake/openapisearch
MCP는 3단계 프로세스를 적용하여 작동합니다.
필요한 OpenAPI 식별자를 파악합니다.
간단한 언어로 요약해 달라고 요청합니다.
어떤 엔드포인트가 필요한지 결정하고 이들이 정확히 어떻게 작동하는지 확인합니다(다시 말해, 간단한 언어로).
[!중요] OpenAPI MCP가 새로운 소유주를 찾아 v1.2에서 v2로 마이그레이션되었습니다. v2.0.0 이전 버전은 여전히 이용 가능하며, README는 여기에서 확인하실 수 있습니다.
OpenAPI MCP v2는 현재 개발 중이며 API 탐색 및 컨텍스트 제공에 중점을 두고 있습니다. MCP에서 인증 문제가 아직 해결되지 않았기 때문에 엔드포인트를 도구로 직접 실행할 수는 없습니다 . 하지만 코드 생성에는 매우 유용합니다!
버그가 있을 수 있습니다. 기여자, DM 에게 문의하세요.
특징
OpenAPI 사양에 대한 개요를 얻으세요
특정 API 작업에 대한 세부 정보 검색
JSON 및 YAML 형식 모두 지원
Claude Desktop 및 Cursor로 테스트됨
Related MCP server: mcp-api-gateway
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 openapi-mcp-server를 자동으로 설치하려면:
지엑스피1
npx를 통해 설치
실행하고 지침을 따르세요:
npx openapi-mcp-server@latest init클로드에서의 사용법
설치가 완료되면 Claude에게 다음 작업을 요청할 수 있습니다.
"Stripe API에 대한 정보 찾기"
"GitHub API의 저장소 엔드포인트를 사용하는 방법을 설명하세요"
Claude는 MCP 서버를 사용하여 다음을 수행합니다.
먼저 요청된 API에 대한 개요를 얻으십시오.
그런 다음 필요에 따라 특정 작업 세부 정보를 검색합니다.
요구 사항
노드.js >= 16.17.0
Claude Desktop, Cursor 또는 기타 MCP 클라이언트.
특허
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA command-line tool that transforms any OpenAPI service into a Model Context Protocol (MCP) server, enabling seamless integration with AI agents and tools that support the MCP specification.147MIT
- FlicenseAqualityDmaintenanceA universal MCP server that integrates any API with Claude Desktop by pointing it at a Swagger/OpenAPI spec, automatically generating tools for interaction.342
- Alicense-qualityCmaintenanceTurn any OpenAPI spec into a working MCP server — point it at a spec and Claude instantly gets a tool for every endpoint.MIT
- Alicense-qualityDmaintenanceConverts any OpenAPI/Swagger spec into an MCP server, exposing REST API endpoints as tools for Claude.MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
MCP server for AI access to Swagger by SmartBear.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/janwilmake/openapi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server