qainsights/locust-mcp-server
Locust MCP Server for performance testing
Quick Start
Clone the repository:
git clone https://github.com/QAInsights/locust-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"locust-mcp-server": {
"command": "npx",
"args": [
"-y",
"qainsights/locust-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.