A tool&lib that can automatically convert OpenAPI documents into Higress remote MCP server configurations.
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"
]
}
}
}
Run in terminal:
claude mcp add openapi-to-mcpserver go run github.com/higress-group/openapi-to-mcpserver@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"openapi-to-mcpserver": {
"command": "go",
"args": [
"run",
"github.com/higress-group/openapi-to-mcpserver@latest"
]
}
}
}