- Step1: Clone the repository from GitHub.
- Step2: Install dependencies using uv pip install -r requirements.txt.
- Step3: Configure environment variables if needed.
- Step4: Create a k6 test script (e.g., test.js).
- Step5: Set up the MCP server in your MCP client with the correct command and args.
- Step6: Use the API or interface to run the test e.g., 'run k6 test for your script'.
- Step7: Monitor real-time output and analyze results.