The Openapi MCP Server enables Claude and Cursor to search and explore OpenAPI specifications hosted on oapis.org through a three-step process that identifies API identifiers, retrieves summaries in plain language, and provides detailed endpoint information. It provides tools to get overviews of any OpenAPI specification and retrieve details about specific API operations, supporting both JSON and YAML formats. This server solves the problem of making complex API documentation accessible and queryable by AI assistants without requiring manual specification parsing.
A Model Context Protocol (MCP) server for Claude/Cursor that enables searching and exploring OpenAPI specifications through oapis.org.
The MCP works by applying a 3 step process:
Features
For other clients, use MCP URL: https://openapi-mcp.openapisearch.com/mcp
First run the server
wrangler dev
Then run the mcp inspector:
npx @modelcontextprotocol/inspector