- Step1: Install the generator globally via npm or yarn
- Step2: Prepare your OpenAPI JSON or YAML specification
- Step3: Run the command to generate MCP server code specifying your spec and output directory
- Step4: Navigate to the output directory
- Step5: Install dependencies using npm or yarn
- Step6: Configure environment variables in the .env file as needed
- Step7: Start the MCP server with npm start or equivalent command