Skip to content

Openapi

Free

by MCP Community

OpenAPI integration for EZMCPZ with automatic tool generation

v0.1.3Added Apr 12, 2026
mcpopenapiswaggerapicode-generation
Works with:ClaudeGPTGeminiCopilot

Openapi MCP Server

OpenAPI integration for EZMCPZ with automatic tool generation

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @ezmcpz/openapi
Add to claude_desktop_config.json
{
  "mcpServers": {
    "openapi": {
      "command": "npx",
      "args": ["-y", "@ezmcpz/openapi"]
    }
  }
}