From Openapi
Freeby MCP Community
Production-ready library for converting OpenAPI specifications into MCP tool definitions
v2.3.0Added Apr 12, 2026
mcpmodel-context-protocolopenapiswaggerapi
From Openapi MCP Server
Production-ready library for converting OpenAPI specifications into MCP tool definitions
Installation
Reviews
Installation
Quick install
npx -y mcp-from-openapi
Add to claude_desktop_config.json
{
"mcpServers": {
"from-openapi": {
"command": "npx",
"args": ["-y", "mcp-from-openapi"]
}
}
}