A Model Context Protocol (MCP) server for Claude/Cursor that enables searching and exploring OpenAPI specifications through oapis.org. - Demo: https://x.com/janwilmake/status/1903497808134496583 - HN Thread: https://news.ycombinator.com/item?id=43447278 - OpenAPISearch: https://github.com/janwilmake/openapisearch - OAPIS: https://github.com/janwilmake/oapis The MCP works by applying a 3 step proce
Add this skill
npx mdskills install snaggle-ai/openapi-mcp-serverWell-documented MCP server enabling API exploration via OpenAPI specs with clear 3-step workflow
1# OpenAPI MCP Server23[](https://uithub.com/janwilmake/openapi-mcp-server?excludePathPatterns=*.yaml)45A Model Context Protocol (MCP) server for Claude/Cursor that enables searching and exploring OpenAPI specifications through oapis.org.67- Demo: https://x.com/janwilmake/status/19034978081344965838- HN Thread: https://news.ycombinator.com/item?id=434472789- OpenAPISearch: https://github.com/janwilmake/openapisearch10- OAPIS: https://github.com/janwilmake/oapis1112The MCP works by applying a 3 step process:13141. It figures out the openapi identifier you need152. It requests a summary of that in simple language163. It determines which endpoints you need, and checks out how exactly they work (again, in simple language)1718Features1920- Get an overview of any OpenAPI specification21- Retrieve details about specific API operations22- Support for both JSON and YAML formats23- Tested with Claude Desktop and Cursor2425## Installation2627[](https://installthismcp.com/OpenAPI%20MCP%20Server?url=https%3A%2F%2Fopenapi-mcp.openapisearch.com%2Fmcp)2829For other clients, use MCP URL: https://openapi-mcp.openapisearch.com/mcp3031## Local testing3233First run the server3435```36wrangler dev37```3839Then run the mcp inspector:4041```42npx @modelcontextprotocol/inspector43```44
Full transparency — inspect the skill content before installing.