# locustio/locust | Model Context Protocol (MCP) Server > Write scalable load tests in plain Python 🚗💨 - **Stars**: ⭐ 28,065 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "locust": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-locust" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "locust": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-locust" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-locust` - **Docker**: `docker run -i --rm mcp/locust`