mcp-swagger-server

MCP Swagger Server 是一个 Monorepo 项目,核心功能是将任何符合 OpenAPI/Swagger 规范的 REST API 转换为 Model Context Protocol (MCP) 格式,让 AI 助手能够理解和调用您的 API。

17 stars
3.7/5
Server Information

Category

Tags

typescript

GitHub Stars

17

Last Updated

8/14/2025

Installation & Usage

Quick Install

1. Install the server

npm install mcp-swagger-server

2. Configure MCP settings

Add the server to your Claude Desktop or MCP client configuration.

3. Start using

The server will be available for use with your AI assistant.

Configuration Example
{
  "servers": {
    "mcp-swagger-server": {
      "command": "node",
      "args": ["path/to/mcp-swagger-server"]
    }
  }
}

Add this configuration to your MCP settings file.

Ready to Get Started?

Install mcp-swagger-server and start building more capable AI applications with Model Context Protocol.