Back to MCP Servers
Locust
Locust MCP Server for performance testing
developer-toolstestingperformance
By QAInsights
Installation
npx -y locust-mcp-serverConfiguration
{
"mcpServers": {
"locust-mcp-server": {
"command": "npx",
"args": ["-y", "locust-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes