Grafana k6 Cloud (Load Testing)

Grafana k6 Cloud (Load Testing) MCP Connector for Claude

A+

Manage load tests via k6 Cloud — run tests, monitor performance metrics, and audit thresholds.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Grafana Cloud k6 account to any AI agent and take full control of your performance engineering and load testing lifecycle through natural conversation.

What you can do

  • Test Orchestration — List all cloud-hosted load tests and retrieve detailed script configurations and Virtual User (VU) setups directly from your agent
  • Execution Management — Start new test runs on k6 Cloud infrastructure and abort active executions instantly to manage system resources
  • Metrics Analytics — Retrieve aggregated performance metrics (latency, error rates, throughput) for completed runs to understand system behavior under load
  • Threshold Audit — Get detailed threshold evaluation results to verify if your application meets specific SLOs and performance requirements
  • Organization & Projects — Navigate across multiple organizations and projects to manage complex testing environments securely
  • Real-time Monitoring — Poll ongoing test runs to track status transitions (QUEUED, RUNNING, FINISHED) and total execution durations

How it works

  1. Subscribe to this server
  2. Enter your k6 Cloud API Token
  3. Start managing your load tests from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Performance Engineers — trigger load tests and analyze metrics through natural conversation without jumping between dashboards
  • DevOps & SREs — monitor application thresholds and verify performance regressions after recent deployments
  • QA Automation — audit test run histories and report on overall system reliability across different environments efficiently
load-testingperformance-engineeringstress-testingtest-automationcloud-infrastructuremetrics

10 tools expose this connector's capabilities to your AI agent.

list_tests

Returns test names, IDs, scripts, and last run statuses. List all load tests on Grafana Cloud k6

get_test

Get full details of a k6 test

list_runs

Returns run IDs, status states (QUEUED/RUNNING/FINISHED/ABORTED), VU counts, durations, and timestamps. List test runs for a specific k6 test

get_run

Get full details of a k6 test run

start_test_run

Returns the new active run ID for tracking. Start a new k6 Cloud test run

stop_test_run

Stop a running k6 Cloud test

list_organizations

Returns organization names, IDs, and member counts. List organizations on k6 Cloud

list_projects

Projects contain tests. List projects in a k6 Cloud organization

get_run_metrics

g., http_req_duration, http_req_failed, iterations, VUs, data_received, etc.). Get performance metrics for a k6 run

get_run_thresholds

Get threshold evaluation results for a k6 run

See how to talk to your AI agent using Grafana k6 Cloud (Load Testing).

List all my load tests in k6 Cloud

I've found 4 load tests: 'API Stress Test' (ID: 123), 'Checkout Flow' (ID: 456), 'Inventory Spike' (ID: 789), and 'Frontend Smoke' (ID: 012). Which one would you like to check the last run status for?

Show me the performance metrics for the last run of the 'API Stress Test'

Retrieving metrics for run ID 'run-98765'… Average response time: 142ms, P95: 285ms, Failed requests: 0.2%, Max VUs: 500. All metrics are within acceptable ranges. Would you like me to check the threshold details?

Start a new test run for 'Checkout Flow' (ID: 456)

Trigging new run for 'Checkout Flow'… Done. New Run ID is 'run-13579'. It's currently in the QUEUED state. I'll let you know when the first VUs start injecting traffic.

Yes. Use the `get_run_thresholds` tool with a specific Run ID. Your agent will retrieve the final evaluation for all defined thresholds in the script, indicating which specific SLOs passed or failed.

Related Connectors