nathangrove/openapi-mcp-gateway
MCP server that exposes OpenAPI/Swagger APIs as tools for Large Language Models. Automatically converts REST endpoints into callable LLM tools with authentication support.
Platform-specific configuration:
{
"mcpServers": {
"openapi-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"openapi-mcp-gateway"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...