jmeterdemousingmcp
Jmeter Demo Using Jmeter MCP Server
Documentation
JMeter Demo Using MCP
This project demonstrates how to use JMeter with Model Context Protocol (MCP) for automated performance testing.
Prerequisites
- Python 3.x
- Apache JMeter
- MCP-compatible client (e.g., Cursor)
Project Structure
JmeterDemoUsingMCP/
├── jmeter/ # JMeter installation directory
├── jmeter-mcp-server/ # MCP server for JMeter integration
│ ├── test_mcp.py # Test execution script
│ └── jmeter_server.py # JMeter MCP server implementation
└── AutomationExercise_Test.jmx # Sample JMeter test planSetup
1. Install JMeter and set up the environment:
# Set JMETER_HOME environment variable
JMETER_HOME=/path/to/apache-jmeter2. Install Python dependencies:
pip install mcp pydanticUsage
1. Run tests in GUI mode:
python test_mcp.py2. Run tests with increased users:
# Modify test_mcp.py parameters:
'-Jthreads=10' # Number of users
'-Jrampup=20' # Ramp-up period
'-Jduration=60' # Test durationFeatures
- GUI and Non-GUI test execution
- Configurable thread count and test duration
- Automated HTML report generation
- Real-time test monitoring
Test Results
Results are saved in:
- JTL files: `results*.jtl`
- HTML reports: `report*/index.html`
Contributing
Feel free to submit issues and enhancement requests!
Frequently asked questions
What is jmeterdemousingmcp?
jmeterdemousingmcp is Jmeter Demo Using Jmeter MCP Server
How do I install jmeterdemousingmcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is jmeterdemousingmcp open source?
Yes — it is hosted on GitHub at https://github.com/vjgit-369/JmeterDemoUsingMCP.
Related MCP tools
Playwright MCP server TypeScript-based implementation. Trusted by 22000+ developers. Trusted by 22000+ developers. Trusted by 22000+ developers.
MCP Server for Ghidra Java-based implementation. Trusted by 6400+ developers. Trusted by 6400+ developers. Trusted by 6400+ developers.
Official Notion MCP Server TypeScript-based implementation. Trusted by 3400+ developers. Trusted by 3400+ developers. Trusted by 3400+ developers.
Directory for Awesome MCP Servers TypeScript-based implementation. Trusted by 1900+ developers. Trusted by 1900+ developers.
🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes.
MCP server for Grafana Go-based implementation. Trusted by 1700+ developers. Trusted by 1700+ developers. Trusted by 1700+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP