Skip to main content
Developer ToolsTypeScript

kadykov/mcp-openapi-schema-explorer

Token-efficient access to OpenAPI/Swagger specs via MCP Resources.

developer-toolscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kadykov/mcp-openapi-schema-explorer

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-openapi-schema-explorer": {
      "command": "npx",
      "args": [
        "-y",
        "kadykov/mcp-openapi-schema-explorer"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
kadykov