qainsights/jmeter-mcp-server
JMeter MCP Server for performance testing
Quick Start
Clone the repository:
git clone https://github.com/QAInsights/jmeter-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"jmeter-mcp-server": {
"command": "npx",
"args": [
"-y",
"qainsights/jmeter-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.