xk6-mcp
@dgzlopes
About xk6-mcp
Test MCP servers with k6
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is xk6-mcp?
xk6-mcp is a k6 extension for testing Model Context Protocol (MCP) servers. It lets developers load-test MCP servers using k6, providing client support for stdio, SSE, and Streamable HTTP transports, built-in pagination, and automatic RED-style metrics.
How to use xk6-mcp?
Install xk6, then build a k6 binary with the extension: xk6 build --with github.com/dgzlopes/xk6-mcp. Import the module in your script with import mcp from 'k6/x/mcp'; and run the built binary: ./k6 run script.js.
Key features of xk6-mcp
- Supports stdio, SSE, and Streamable HTTP transports
- Automatic pagination via
*Allmethods (e.g.,listAllTools()) - Manual pagination for fine-grained control
- Built-in RED metrics (request duration, count, errors)
- Tagged metrics per MCP method (e.g.,
GetPrompt,ListTools) - Enables connection, tool, resource, and prompt operations
Use cases of xk6-mcp
- Load testing MCP server responsiveness and reliability
- Validating tool, resource, and prompt availability under load
- Monitoring MCP server error rates and latency in k6 tests
FAQ from xk6-mcp
What about non-stdio transports?
Both SSE and Streamable HTTP are supported — use mcp.SSEClient or mcp.StreamableHTTPClient respectively.
What about pagination?
The extension offers two ways: listAllTools() (and similar) automatically handle pagination, while listTools() requires a cursor argument for manual pagination.
What about metrics?
xk6-mcp automatically tracks RED-style metrics: mcp_request_duration (trend), mcp_request_count (counter), and mcp_request_errors (counter), each tagged with the MCP method name.
Is this officially supported by Grafana Labs?
No, this extension is experimental and not officially supported by Grafana Labs.
Frequently asked questions
What about non-stdio transports?
Both SSE and Streamable HTTP are supported — use `mcp.SSEClient` or `mcp.StreamableHTTPClient` respectively.
What about pagination?
The extension offers two ways: `listAllTools()` (and similar) automatically handle pagination, while `listTools()` requires a cursor argument for manual pagination.
What about metrics?
xk6-mcp automatically tracks RED-style metrics: `mcp_request_duration` (trend), `mcp_request_count` (counter), and `mcp_request_errors` (counter), each tagged with the MCP method name.
Is this officially supported by Grafana Labs?
No, this extension is experimental and not officially supported by Grafana Labs.
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments