Skip to content

Openapi Codegen

Free

by MCP Community

Generate MCP tools from any OpenAPI Schema in seconds.

v0.0.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Openapi Codegen MCP Server

Generate MCP tools from any OpenAPI Schema in seconds.

Installation

Reviews

Leave a Review

Installation

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