OpenAPI MCP Server - Make Cursor AI understand your API specs

Hey everyone! I’ve built an MCP server that helps LLMs understand your OpenAPI specifications. It’s pretty straightforward:

:magnifying_glass_tilted_left: What it does:

  • Loads multiple OpenAPI specifications from a directory
  • Exposes API operations and schemas through MCP protocol
  • Enables LLMs to understand and work with your APIs directly in your IDE
  • Supports dereferenced schemas for complete API context - Maintains a catalog of all available APIs

GitHub: GitHub - ReAPI-com/mcp-openapi: OpenAPI specification MCP server.

Would love to get your feedback and suggestions!

3 Likes

Did you get any feedback ? (I just discovered this and would definetly use that, we have a set of OpenAPI specifications that we use in CustomGPT and we have a great experience with our agents there, though, the need for bringing the work we are doing to desktop knocks on the door and you seems to have created something with which we can use our 6-7 specifications (about 100 actions I think) and bring that to Cursor AI, if I am getting that right… and even enhance them there… to be continued…