ReAPI-com/mcp-openapi
by Various
OpenAPI specification MCP server.
MCP
ReAPI-com/mcp-openapi
Added 1 June 2026
Overview
An MCP server that serves OpenAPI specifications for use by AI agents and tools. It exposes API documentation as resources or tools under the Model Context Protocol. Built in TypeScript, it connects standard OpenAPI specs to MCP-compatible clients.
Best for
Best for
Developers building AI agents or tools that need to consume OpenAPI documentation via the Model Context Protocol
Use cases
- Providing API specs to AI coding assistants for code generation
- Enabling AI agents to dynamically discover and call API endpoints
- Integrating OpenAPI documentation into MCP-compatible development tools
How to use
Tools exposed
refresh-api-catalogget-api-catalogsearch-api-operationssearch-api-schemasload-api-operation-by-operationIdload-api-operation-by-path-and-methodload-api-schema-by-schemaName
Tested with
Cursor
Example client config
{\n "mcpServers": {\n "@reapi/mcp-openapi": {\n "command": "npx",\n "args": ["-y", "@reapi/mcp-openapi@latest", "--dir", "./specs"],\n "env": {}\n }\n }\n} Notes
An MCP server that serves OpenAPI specifications for use by AI agents and tools. It exposes API documentation as resources or tools under the Model Context Protocol. Built in TypeScript, it connects standard OpenAPI specs to MCP-compatible clients.
87 stars on GitHub. Last updated 2025-03-30. Licensed MIT.
Use cases
- Providing API specs to AI coding assistants for code generation
- Enabling AI agents to dynamically discover and call API endpoints
- Integrating OpenAPI documentation into MCP-compatible development tools
Pros
- Simplifies connecting AI agents to existing OpenAPI documentation
- Leverages the standard OpenAPI format for broad compatibility
- Lightweight TypeScript project with low overhead
Cons
- Requires an MCP-compatible client or agent to be useful
- Limited adoption (87 stars) suggests a small community and fewer contributions
- Narrow focus: only works with OpenAPI specs, not other API description formats
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simplifies connecting AI agents to existing OpenAPI documentation
- Leverages the standard OpenAPI format for broad compatibility
- Lightweight TypeScript project with low overhead
Cons
- Requires an MCP-compatible client or agent to be useful
- Limited adoption (87 stars) suggests a small community and fewer contributions
- Narrow focus: only works with OpenAPI specs, not other API description formats
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.