Skip to main content
Developer ToolsPython

qainsights/jmeter-mcp-server

JMeter MCP Server for performance testing

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/QAInsights/jmeter-mcp-server

Claude 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.

Details

Category
Developer Tools
Language
Python
Author
QAInsights