MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by phaneendhra2980

Created 5/4/2026
Updated about 4 hours ago
Repository documentation and setup instructions

MCP JMeter Server

A Python MCP server that connects AI assistants (Claude, Cursor, Windsurf) to Apache JMeter.

Features

  • Run JMeter tests (headless)
  • Launch JMeter GUI
  • Analyze JTL (CSV/XML)
  • Detect slow endpoints & errors
  • Generate HTML reports

Setup

  1. Install dependencies: pip install -r requirements.txt

  2. Configure .env: JMETER_PATH=/path/to/jmeter

  3. Run server: python server.py

MCP Config

Add the following configuration to your MCP client config:

{
  "mcpServers": {
    "jmeter": {
      "command": "python",
      "args": ["server.py"]
    }
  }
}
Quick Setup
Installation guide for this server

Install Package (if required)

uvx mcp-jmeter-server

Cursor configuration (mcp.json)

{ "mcpServers": { "phaneendhra2980-mcp-jmeter-server": { "command": "uvx", "args": [ "mcp-jmeter-server" ] } } }