What is A Model Context Protocol (MCP) server for Claude/Cursor that enables searching and exploring OpenAPI specifications.?
OpenAPI MCP Server is a Model Context Protocol (MCP) server for Claude/Cursor that enables searching and exploring OpenAPI specifications through oapis.org. It works by applying a 3 step process: identifying the OpenAPI identifier, requesting a summary in simple language, and determining the necessary endpoints. The server focuses on exploration and providing context about APIs, but does not allow executing endpoints directly due to unresolved authentication issues. It supports both JSON and YAML formats and is tested with Claude Desktop and Cursor.
Documentation
OpenAPI MCP Server
A Model Context Protocol (MCP) server for Claude/Cursor that enables searching and exploring OpenAPI specifications through oapis.org.
It determines which endpoints you need, and checks out how exactly they work (again, in simple language)
[!IMPORTANT]
OpenAPI MCP has found a new owner and has been migrated from v1.2 to v2, which works different to the previous version. You can still access any version prior to v2.0.0 and their README is here
OpenAPI MCP v2 is a Work In Progress and focuses on exploration and providing context about APIs. It does not allow executing the endpoints as tools directly, as authentication isn't a solved problem with MCP yet. However, it's great for codegen!