Skip to main content
Developer ToolsTypeScript

zaizaizhao/mcp-swagger-server

A Model Context Protocol (MCP) server that converts OpenAPI/Swagger specifications to MCP format, enabling AI assistants to interact with REST APIs through standardized protocol.

developer-toolscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/zaizaizhao/mcp-swagger-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
zaizaizhao