Openapi
Freeby MCP Community
OpenAPI integration for EZMCPZ with automatic tool generation
v0.1.3Added Apr 12, 2026
mcpopenapiswaggerapicode-generation
Openapi MCP Server
OpenAPI integration for EZMCPZ with automatic tool generation
Installation
Reviews
Installation
Quick install
npx -y @ezmcpz/openapi
Add to claude_desktop_config.json
{
"mcpServers": {
"openapi": {
"command": "npx",
"args": ["-y", "@ezmcpz/openapi"]
}
}
}