Skip to main content
Glama

JMeter MCP Server

execute_jmeter_test

Run JMeter performance tests by executing .jmx files via the JMeter MCP Server, with optional GUI mode for test configuration and monitoring.

Instructions

Execute a JMeter test.

Args: test_file: Path to the JMeter test file (.jmx) gui_mode: Whether to run in GUI mode (default: False)

Input Schema

NameRequiredDescriptionDefault
gui_modeNo
test_fileYes

Input Schema (JSON Schema)

{ "properties": { "gui_mode": { "default": false, "title": "Gui Mode", "type": "boolean" }, "test_file": { "title": "Test File", "type": "string" } }, "required": [ "test_file" ], "title": "execute_jmeter_testArguments", "type": "object" }
Install Server

Other Tools from JMeter MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Narasimhakatta/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server