qainsights/k6-mcp-server
by Various
k6 MCP server
MCP
qainsights/k6-mcp-server
Added 1 June 2026
Overview
A Python-based MCP server for k6 load testing. It provides a server interface to manage and execute k6 tests. The project has 24 stars on GitHub.
Best for
Best for
Developers who need an MCP server interface for k6 load testing
Use cases
- Integrating k6 load tests with MCP-based automation workflows
- Running k6 tests programmatically through a server interface
- Managing test executions in distributed or remote environments
How to use
Install
uv pip install -r requirements.txt Tools exposed
execute_k6_testexecute_k6_test_with_options
Tested with
Claude Desktop, Cursor, Windsurf
Example client config
{\n "mcpServers": {\n "k6": {\n "command": "/path/to/bin/uv",\n "args": [\n "--directory",\n "/path/to/k6-mcp-server",\n "run",\n "k6_server.py"\n ]\n }\n }\n} Notes
A Python-based MCP server for k6 load testing. It provides a server interface to manage and execute k6 tests. The project has 24 stars on GitHub.
24 stars on GitHub. Last updated 2025-04-06. Licensed MIT.
Use cases
- Integrating k6 load tests with MCP-based automation workflows
- Running k6 tests programmatically through a server interface
- Managing test executions in distributed or remote environments
Pros
- Lightweight implementation in Python
- Open source and available for community contributions
- Enables protocol-based control of k6 tests
Cons
- Small community with limited adoption (24 stars)
- Potential lack of documentation or examples
- Unclear compatibility with newer k6 versions
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight implementation in Python
- Open source and available for community contributions
- Enables protocol-based control of k6 tests
Cons
- Small community with limited adoption (24 stars)
- Potential lack of documentation or examples
- Unclear compatibility with newer k6 versions
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.