swagger-typescript-api (MCP Server)

GitHub

Generate the API Client for Fetch or Axios from an OpenAPI Specification

4,111 stars TypeScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "swagger-typescript-api": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-swagger-typescript-api"
      ]
    }
  }
}