JMeter MCP Server
Servidor MCP de JMeter
Este es un servidor de Protocolo de Contexto de Modelo (MCP) que permite ejecutar pruebas JMeter a través de clientes compatibles con MCP.
[!IMPORTANTE] 📢 ¿Buscas un asistente de IA en JMeter? 🚀 Descubre Feather Wand



📋 Características
📊 Ejecutar pruebas de JMeter en modo no GUI
🖥️ Iniciar JMeter en modo GUI
📝 Capturar y devolver la salida de ejecución
Related MCP server: MCP Server
🛠️ Instalación
Instalación local
Instalar
uv:Asegúrese de que JMeter esté instalado en su sistema y sea accesible a través de la línea de comandos.
⚠️ Importante : Asegúrate de que JMeter sea ejecutable. Puedes hacerlo ejecutando:
chmod +x /path/to/jmeter/bin/jmeterConfigure el archivo
.env, consulte el archivo.env.examplepara obtener más detalles.
# 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"💻 Uso de MCP
Conéctese al servidor mediante un cliente compatible con MCP (por ejemplo, Claude Desktop, Cursor, Windsurf)
Envía un mensaje al servidor:
Run JMeter test /path/to/test.jmxEl cliente compatible con MCP utilizará las herramientas disponibles:
🖥️
execute_jmeter_test: inicia JMeter en modo GUI, pero no ejecuta la prueba según el diseño de JMeter🚀
execute_jmeter_test_non_gui: ejecuta una prueba de JMeter en modo no GUI (modo predeterminado para un mejor rendimiento)
🏗️ Configuración de MCP
Agregue la siguiente configuración a la configuración de su cliente MCP:
{
"mcpServers": {
"jmeter": {
"command": "/path/to/uv",
"args": [
"--directory",
"/path/to/jmeter-mcp-server",
"run",
"jmeter_server.py"
]
}
}
}✨ Caso de uso
Análisis de resultados impulsado por LLM: recopile y analice los resultados de las pruebas.
Depuración: ejecute pruebas en modo no GUI para depurar.
🛑 Manejo de errores
El servidor hará lo siguiente:
Validar que el archivo de prueba exista
Compruebe que el archivo tenga extensión .jmx
Capturar y devolver cualquier error de ejecución
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