Skip to content

Swagger/OpenAPI

Free

by Indie Developer

Parse, validate, and generate code from OpenAPI specifications.

v1.0.0Added Mar 10, 2025
swaggeropenapiapidocumentation
Works with:ClaudeGPTGeminiCopilot

Swagger/OpenAPI MCP Server

Parse, validate, and generate code from OpenAPI specifications.

Features

  • Spec validation
  • Code generation
  • Documentation
  • Mock servers
  • Schema exploration

Installation

{
  "mcpServers": {
    "swagger": {
      "command": "npx",
      "args": ["-y", "mcp-swagger"]
    }
  }
}

Reviews

Leave a Review

Installation

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