swagger-mcp-server

swagger-mcp-server

0

Swagger MCP Server is a tool designed to expose Swagger/OpenAPI-defined APIs using the Model Context Protocol, making them readily available for integration with AI systems. It offers a straightforward setup process through JSON configuration files and supports both global installation and npx usage.

Swagger MCP Server

A Model Context Protocol server for Swagger/OpenAPI endpoints. It makes Swagger-defined APIs accessible to AI agents via the Model Context Protocol.

Installation

  • Install globally via npm or use npx.

Usage

  1. Create a JSON configuration file with Swagger endpoints.
  2. Run the server using the configuration file.

Configuration Options

  • endpoints: Array of Swagger endpoints
    • name: Unique identifier
    • url: URL to the Swagger definition

Development

  • Build with npm run build
  • Run locally with npm run run

License

  • ISC