qainsights/k6-mcp-server
Grafana k6 MCP Server for performance testing
Quick Start
Clone the repository:
git clone https://github.com/QAInsights/k6-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"k6-mcp-server": {
"command": "npx",
"args": [
"-y",
"qainsights/k6-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.