8 months ago
MCP server providing token-efficient access to OpenAPI/Swagger specs via MCP Resources for client-side exploration.
Server Config
{
"mcpServers": {
"My API Spec (npx)": {
"command": "npx",
"args": [
"-y",
"mcp-openapi-schema-explorer@latest",
"https://petstore3.swagger.io/api/v3/openapi.json",
"--output-format",
"yaml"
],
"env": {}
}
}
}