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.
Quick Start
Clone the repository:
git clone https://github.com/zaizaizhao/mcp-swagger-serverClaude 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.