π JMeter MCP Server
@QAInsights
About π JMeter MCP Server
β¨ JMeter Meets AI Workflows: Introducing the JMeter MCP Server! π€―
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jmeter": {
"command": "/path/to/uv",
"args": [
"--directory",
"/your/dir/Gits/jmeter-mcp-server",
"run",
"jmeter_server.py"
]
}
}
}Tools
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 π JMeter MCP Server?
It is a Model Context Protocol (MCP) server that lets MCP-compatible clients (e.g., Claude Desktop, Cursor, Windsurf) execute JMeter tests and analyze results. It is designed for performance testers and developers who want to run and interpret JMeter workloads through natural language prompts.
How to use π JMeter MCP Server?
Install uv, ensure JMeter is on the system and executable, then install Python dependencies (numpy, matplotlib). Configure the .env file with JMETER_HOME and JMETER_BIN. Connect via an MCP client and use tools like execute_jmeter_test_non_gui, analyze_jmeter_results, identify_performance_bottlenecks, get_performance_insights, and generate_visualization.
Key features of π JMeter MCP Server
- Execute JMeter tests in nonβGUI mode for better performance
- Launch JMeter in GUI mode for test development
- Parse and calculate comprehensive performance metrics from JTL files
- Automatically identify performance bottlenecks and their severity
- Generate actionable insights and recommendations
- Create visualizations and HTML reports of test results
Use cases of π JMeter MCP Server
- Run JMeter tests in nonβGUI mode with a single prompt
- Analyze JTL files to understand performance characteristics
- Identify performance bottlenecks and receive severity assessments
- Get concrete recommendations for improving performance
- Generate HTML reports and visualizations for stakeholder sharing
FAQ from π JMeter MCP Server
What are the prerequisites?
JMeter must be installed and accessible on the command line. You also need uv and Python dependencies (numpy, matplotlib).
How do I configure the server?
Set JMETER_HOME and JMETER_BIN in the .env file. Optional JMETER_JAVA_OPTS can be added for Java heap settings.
What tools are exposed by the server?
Execution tools: execute_jmeter_test (GUI) and execute_jmeter_test_non_gui. Analysis tools: analyze_jmeter_results, identify_performance_bottlenecks, get_performance_insights, generate_visualization.
Does the server support GUIβmode execution?
Yes, the execute_jmeter_test tool launches JMeter in GUI mode, but it does not run the test β that matches standard JMeter behavior.
What JTL file formats are supported for analysis?
Both XML and CSV JTL formats are supported. The parser uses streaming parsers for efficient processing of large files.
Frequently asked questions
What are the prerequisites?
JMeter must be installed and accessible on the command line. You also need `uv` and Python dependencies (`numpy`, `matplotlib`).
How do I configure the server?
Set `JMETER_HOME` and `JMETER_BIN` in the `.env` file. Optional `JMETER_JAVA_OPTS` can be added for Java heap settings.
What tools are exposed by the server?
Execution tools: `execute_jmeter_test` (GUI) and `execute_jmeter_test_non_gui`. Analysis tools: `analyze_jmeter_results`, `identify_performance_bottlenecks`, `get_performance_insights`, `generate_visualization`.
Does the server support GUIβmode execution?
Yes, the `execute_jmeter_test` tool launches JMeter in GUI mode, but it does not run the test β that matches standard JMeter behavior.
What JTL file formats are supported for analysis?
Both XML and CSV JTL formats are supported. The parser uses streaming parsers for efficient processing of large files.
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.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments