The OpenAPI MCP Server is a Model Context Protocol (MCP) server designed to enable searching and exploring OpenAPI specifications through oapis.org. It allows AI tools like Claude and Cursor to navigate complex OpenAPI documents using simple language, making it easier to understand and utilize APIs.
To install the OpenAPI MCP Server, run the following command:
npx openapi-mcp-server init
Once installed, you can interact with Claude to explore APIs. For example:
- "Find information about the Stripe API."
- "Explain how to use the GitHub API's repository endpoints."
Claude will use the MCP server to:
1. Retrieve an overview of the requested API.
2. Fetch specific operation details as needed.
This project is licensed under the MIT License.
The OpenAPI MCP Server aims to simplify the process of exploring complex OpenAPI specifications by allowing AI tools to interpret and present the information in a user-friendly manner. For more details, visit openapisearch.com.