{"library":"openapi-mcp-server","title":"OpenAPI MCP Server","description":"An MCP (Model Context Protocol) server (v2.1.0) that enables AI assistants like Claude and Cursor to search and explore OpenAPI specifications through oapis.org. It follows a three-step process: identifying the needed OpenAPI identifier, fetching a plain-language summary, and examining specific endpoints. Unlike v1, v2 focuses purely on exploration and code generation without executing API calls, since authentication is not yet standardized in MCP. Supports JSON and YAML. Node.js >=18 required, ESM-only, published on npm.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install openapi-mcp-server"],"cli":null},"imports":["import OpenAPIMCPServer from 'openapi-mcp-server'","import { getOpenAPISummary } from 'openapi-mcp-server'","import { getEndpointDetails } from 'openapi-mcp-server'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import OpenAPIMCPServer from 'openapi-mcp-server';\nimport { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';\n\nconst server = new OpenAPIMCPServer();\nconst transport = new StdioServerTransport();\nawait server.connect(transport);\nconsole.error('OpenAPI MCP Server running on stdio');","lang":"typescript","description":"Creates and starts an OpenAPI MCP server using the stdio transport, enabling AI assistants to search and explore OpenAPI specs.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}