QAInsights/jmeter-mcp-server
⨠JMeter Meets AI Workflows: Introducing the JMeter MCP Server! š¤Æ
Platform-specific configuration:
{
"mcpServers": {
"jmeter-mcp-server": {
"command": "npx",
"args": [
"-y",
"jmeter-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
This is a Model Context Protocol (MCP) server that allows executing JMeter tests through MCP-compatible clients and analyzing test results.
> [!IMPORTANT] > š¢ Looking for an AI Assistant inside JMeter? š > Check out Feather Wand
ā ļø Important: Make sure JMeter is executable. You can do this by running:
chmod +x /path/to/jmeter/bin/jmeterpip install numpy matplotlib.env file, refer to the .env.example file for details.# JMeter Configuration
JMETER_HOME=/path/to/apache-jmeter-5.6.3
JMETER_BIN=${JMETER_HOME}/bin/jmeter
# Optional: JMeter Java options
JMETER_JAVA_OPTS="-Xms1g -Xmx2g"Run JMeter test /path/to/test.jmxexecute_jmeter_test: Launches JMeter in GUI mode, but doesn't execute test as per the JMeter designexecute_jmeter_test_non_gui: Execute a JMeter test inLoading reviews...