- Step1: Clone or download the MCP repository from GitHub.
- Step2: Install dependencies with `npm install`.
- Step3: Configure the server settings if needed.
- Step4: Run the server using `npm run build` or `npm run watch` for auto-rebuild.
- Step5: Use the server endpoint to generate API clients by providing OpenAPI specifications.
- Step6: Integrate the generated clients into your projects.