Skip to main content
Developer ToolsTypeScript

ReAPI-com/mcp-openapi

MCP server that lets LLMs know everything about your OpenAPI specifications to discover, explain and generate code/mock data

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ReAPI-com/mcp-openapi

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
ReAPI-com