openapi-to-mcpserver

higress-group/openapi-to-mcpserver
★ 258 stars Go 🔌 API Integration Updated 17d ago
A tool&lib that can automatically convert OpenAPI documents into Higress remote MCP server configurations.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openapi-to-mcpserver": {
      "command": "go",
      "args": [
        "run",
        "github.com/higress-group/openapi-to-mcpserver@latest"
      ]
    }
  }
}