developer tools

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.

typescript
cloud
local
developer tools
0
View on GitHub

Installation

npx -y zaizaizhao/mcp-swagger-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/zaizaizhao/mcp-swagger-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub