π β‘οΈ locust-mcp-server
@QAInsights
About π β‘οΈ locust-mcp-server
A Model Context Protocol (MCP) server implementation for running Locust load tests. This server enables seamless integration of Locust load testing capabilities with AI-powered development environments.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"locust-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"-r",
"requirements.txt"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is π β‘οΈ locust-mcp-server?
It is a Model Context Protocol (MCP) server for running Locust load tests, enabling seamless integration of Locust load testing capabilities with AI-powered development environments.
How to use π β‘οΈ locust-mcp-server?
Install Python 3.13+ and uv, clone the repository, install dependencies, and optionally set environment variables. Create a Locust test script, configure the MCP server in your client (e.g., Claude Desktop) using the provided JSON spec, then ask the LLM to run the test. The server provides the run_locust tool for executing tests with configurable options.
Key features of π β‘οΈ locust-mcp-server
- Integrates with the Model Context Protocol framework
- Supports headless and UI modes
- Configurable test parameters (users, spawn rate, runtime)
- HTTP/HTTPS protocol support out of the box
- Real-time test execution output
- Custom task scenarios support
Use cases of π β‘οΈ locust-mcp-server
- LLM-powered results analysis
- Effective debugging with the help of an LLM
FAQ from π β‘οΈ locust-mcp-server
What prerequisites are needed?
Python 3.13 or higher and the uv package manager.
How do I run a load test?
Create a Locust test script, then ask the LLM to run it (e.g., "run locust test for hello.py"). The server uses the run_locust tool.
What parameters can I configure?
You can set the test file, headless mode, target host, test runtime, number of users, and spawn rate.
Can I run tests with a UI?
Yes, set headless=False in the run_locust tool to launch the Locust web UI.
Where is the source code hosted?
The repository is at github.com/qainsights/locust-mcp-server, licensed under MIT.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-devπ₯ MaxKB is an open-source platform for building enterprise-grade agents. εΌΊε€§ζη¨ηεΌζΊδΌδΈηΊ§ζΊθ½δ½εΉ³ε°γ
Unity MCP β¨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments