Transform OpenAPI specs into intelligent MCP servers
Know more about MCP toolkits at mcp.com.ai
Install the v1 package via npm:
npm install -g @mcp-com-ai/hapi
Or using Bun:
bun install -g @mcp-com-ai/hapi
Or download the v1 installer on Linux or macOS:
curl -fsSL https://get.mcp.com.ai/hapi.sh | sh -s -- --version v1
Or install v1 with PowerShell:
$s = irm https://get.mcp.com.ai/hapi.ps1; & ([scriptblock]::Create($s)) --version v1
Initialize a new project:
hapi init my-mcp-server
Serve an OpenAPI spec:
hapi serve ./openapi.yaml