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
- Create a JSON configuration file with Swagger endpoints.
- Run the server using the configuration file.
Configuration Options
endpoints
: Array of Swagger endpointsname
: Unique identifierurl
: URL to the Swagger definition
Development
- Build with
npm run build
- Run locally with
npm run run
License
- ISC