Developer Tools
Trust: 37/100 (Limited)io.github.mayorandrew/openapi-dynamic Guide
Load OpenAPI 2.x/3.x specs and expose generic tools to discover and call multiple APIs.
by mayorandrew
Quick Start
Install
npx openapi-dynamic-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-mayorandrew-openapi-dynamic": {
"command": "npx",
"args": [
"openapi-dynamic-mcp"
]
}
}
}