π JMeter MCP Server
About
JMeter MCP Server is a Model Context Protocol (MCP) server that allows executing Apache JMeter tests through MCP-compatible clients. It is designed for users who want to run JMeter test plans programmatically via AI assistants or other MCP tools.
Details
- Author
- MCP-Mirror
- Downloads
- 283
- Categories
- Other
Jump to
- Execute JMeter tests in non-GUI mode
- Launch JMeter in GUI mode
- Capture and return execution output
- Validates test file existence and .jmx extension
- Integrates with multiple MCP-compatible clients
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
π JMeter MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install uv and ensure JMeter is installed and accessible. Configure the .env file with JMETER_HOME and optional JMETER_JAVA_OPTS. Connect using an MCP-compatible client (e.g., Claude Desktop, Cursor, Windsurf) and send prompts like "Run JMeter test /path/to/test.jmx". The server provides two tools: execute_jmeter_test (launches JMeter GUI) and execute_jmeter_test_non_gui (executes tests in non-GUI mode).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\ud83d\ude80 jmeter mcp server": {
"jmeter": {
"command": "uv",
"args": [
"--directory",
"/path/to/jmeter-mcp-server",
"run",
"jmeter_server.py"
]
}
}
}
}
McpServers
{
"jmeter": {
"command": "uv",
"args": [
"--directory",
"/path/to/jmeter-mcp-server",
"run",
"jmeter_server.py"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




