Loading languages...
MC

mcp-openapi-schema-explorer

@kadykov40

MCP server providing token-efficient access to OpenAPI/Swagger specs via MCP Resources for client-side exploration.

openapi
swagger
mcp
resource
api-spec
model-context-protocol

# mcpServer Config

{
  "mcpServers": {
    "My API Spec (npx)": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-openapi-schema-explorer@latest",
        "<path-or-url-to-spec>",
        "--output-format",
        "yaml"
      ],
      "env": {}
    }
  }
}

# stdio

npx -y mcp-openapi-schema-explorer@latest <path-or-url-to-spec>
Transport:
stdio
Language:
TypeScript
Created:4/8/2025
Updated:8/24/2025
Homepage: