openapi-mcp-server

janwilmake/openapi-mcp-server
★ 885 stars TypeScript 🔌 API Integration Updated 1mo ago
Allow AI to wade through complex OpenAPIs using Simple Language
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "janwilmake/openapi-mcp-server"
      ]
    }
  }
}

README Excerpt

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