MCP.so
登录

🚀 JMeter MCP Server

@MCP-Mirror

关于 🚀 JMeter MCP Server

Mirror of

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "jmeter": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/jmeter-mcp-server",
        "run",
        "jmeter_server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is JMeter MCP Server?

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.

How to use JMeter MCP Server?

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

Key features of JMeter MCP Server

  • 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

Use cases of JMeter MCP Server

  • Running JMeter test suites through AI chat interfaces
  • Automating performance test execution without manually opening JMeter
  • Debugging test plans by launching JMeter in GUI mode from a client
  • Integrating JMeter into MCP-based workflows

FAQ from JMeter MCP Server

What are the runtime requirements?

You need uv installed, a system with Apache JMeter accessible via command line, and a properly configured .env file pointing to JMETER_HOME and JMETER_BIN.

How does the server handle errors?

The server validates that the test file exists and has a .jmx extension. It captures and returns execution output, including errors.

What tools does the server provide?

Two tools: execute_jmeter_test (launches JMeter GUI but does not execute the test) and execute_jmeter_test_non_gui (executes the test in non-GUI mode for better performance).

Which MCP clients are supported?

The server works with any MCP-compatible client, such as Claude Desktop, Cursor, and Windsurf.

评论

其他 分类下的更多 MCP 服务器