The OpenAPI MCP server provides Claude/Cursor with the ability to search and explore OpenAPI specifications from oapis.org, offering summaries and details about API operations for codegen and understanding.
An MCP server for Claude/Cursor, enabling OpenAPI specification search and exploration via oapis.org.
The MCP operates in three steps: identifying the required OpenAPI specification, requesting a simplified summary, and determining/explaining relevant endpoints.
[!IMPORTANT]
OpenAPI MCP has a new owner and has been migrated to v2, which works differently than previous versions. Access older versions and their README here. v2 is a Work In Progress focused on API exploration and context, not direct endpoint execution due to authentication challenges. It's ideal for codegen. Expect bugs. Open To Contributers, DM
Run:
npx openapi-mcp-server init
Ask Claude to:
Claude uses the MCP server to get an API overview and retrieve operation details.
MIT
janwilmake/openapi-mcp-server
December 7, 2024
March 28, 2025
JavaScript