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.
locustload-testingmcp-serverperformance-testingautomationpythontool
Installation & Configuration
{
"mcpServers": {
"locust": {
"command": "/path/to/uv",
"args": [
"--directory",
"/path/to/locust-mcp-server",
"run",
"locust_server.py"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13