Grafana k6 MCP Server for performance testing, enabling integration with k6 for automated test execution.
Loading more......
JMeter MCP Server for performance testing, providing integration with JMeter for automated test execution via MCP.
Locust MCP Server for performance testing. This MCP Server enables performance and load testing scenarios using Locust, making it a valuable tool in the context of managing and benchmarking MCP Servers.
An MCP server for performing automated accessibility audits on webpages using axe-core, facilitating AI-powered accessibility improvements through agentic loops, and exemplifying MCP servers for web auditing tasks.
MCP server enabling AI agents to fix Playwright test failures reported to Currents, integrating CI/CD test management with MCP.
An MCP server providing API security testing tools, including authentication and vulnerability scanning, with detailed severity ratings and remediationāillustrating security-focused MCP server capabilities.
A CLI tool for testing MCP servers, facilitating development and debugging of MCP-based integrations.
Description:
qainsights/k6-mcp-server is a Model Context Protocol (MCP) server for running k6 load tests, enabling integration with k6 for automated performance test execution. It provides a simple API and can be configured for custom test durations and virtual users.
Source: https://github.com/QAInsights/k6-mcp-server
Category: Testing & Debugging Tools
Tags: mcp, testing, performance, k6, grafana
execute_k6_test: Run a test with default options (30s duration, 10 VUs)execute_k6_test_with_options: Run a test with custom duration and VUsuv pip install -r requirements.txtexecute_k6_test(script_file: str, duration: str = "30s", vus: int = 10)execute_k6_test_with_options(script_file: str, duration: str, vus: int)