JMeter MCP Server
🚀 JMeter MCP サーバー
これは、MCP 互換クライアントを介して JMeter テストを実行できるモデル コンテキスト プロトコル (MCP) サーバーです。
[!重要] 📢 JMeter 内の AI アシスタントをお探しですか? 🚀 Feather Wandをチェックしてください



📋 機能
📊 非GUIモードでJMeterテストを実行する
🖥️ GUIモードでJMeterを起動する
📝 実行出力をキャプチャして返す
Related MCP server: MCP Server
🛠️ インストール
ローカルインストール
uvをインストールします:JMeter がシステムにインストールされており、コマンド ラインからアクセスできることを確認します。
⚠️重要:JMeter が実行可能であることを確認してください。以下のコマンドを実行して確認できます。
chmod +x /path/to/jmeter/bin/jmeter.envファイルを設定します。詳細については、.env.exampleファイルを参照してください。
# 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"💻 MCPの使用
MCP 互換クライアント (例: Claude Desktop、Cursor、Windsurf) を使用してサーバーに接続します。
サーバーにプロンプトを送信します:
Run JMeter test /path/to/test.jmxMCP 互換クライアントは利用可能なツールを使用します:
🖥️
execute_jmeter_test: JMeter を GUI モードで起動しますが、JMeter の設計どおりにテストは実行されません。🚀
execute_jmeter_test_non_gui: 非 GUI モードで JMeter テストを実行します (パフォーマンス向上のためのデフォルト モード)
🏗️ MCP 構成
MCP クライアント構成に次の構成を追加します。
{
"mcpServers": {
"jmeter": {
"command": "/path/to/uv",
"args": [
"--directory",
"/path/to/jmeter-mcp-server",
"run",
"jmeter_server.py"
]
}
}
}✨ ユースケース
LLM を活用した結果分析: テスト結果を収集して分析します。
デバッグ: デバッグのために非 GUI モードでテストを実行します。
🛑 エラー処理
サーバーは次のことを行います。
テストファイルが存在することを確認する
ファイルに.jmx拡張子が付いていることを確認してください
実行エラーをキャプチャして返す
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA Model Context Protocol (MCP) server implementation that allows AI assistants to run k6 load tests through natural language commands, supporting custom test durations and virtual users.225MIT
- AlicenseNot gradedqualityDmaintenanceModel Context Protocol server that enables API test automation across various AI hosts (Claude, OpenAI, custom) using Postman Collections.MIT
- FlicenseCqualityDmaintenanceA Model Context Protocol server that enables executing and interacting with JMeter tests through MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.2
- FlicenseCqualityDmaintenanceA Model Context Protocol server that enables execution of JMeter performance tests through AI assistants and MCP-compatible clients like Claude, Cursor, and Windsurf.2
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/QAInsights/jmeter-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server