io.github.kosiakMD/artillery-mcp
Quality Score
80
/100
MCP server for Artillery 2.x — full flags, Fargate, raw-text parser, project launcher (MIT)
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"artillery-mcp": {
"command": "npx",
"args": [
"-y",
"@kosiakmd/artillery-mcp"
],
"env": {
"ARTILLERY_WORKDIR": "<artillery_workdir>",
"ARTILLERY_CLOUD_API_KEY": "<your-artillery_cloud_api_key>",
"ARTILLERY_MCP_CONFIG": "<artillery_mcp_config>",
"ARTILLERY_TIMEOUT_MS": "<artillery_timeout_ms>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"artillery-mcp": {
"command": "npx",
"args": [
"-y",
"@kosiakmd/artillery-mcp"
],
"env": {
"ARTILLERY_WORKDIR": "<artillery_workdir>",
"ARTILLERY_CLOUD_API_KEY": "<your-artillery_cloud_api_key>",
"ARTILLERY_MCP_CONFIG": "<artillery_mcp_config>",
"ARTILLERY_TIMEOUT_MS": "<artillery_timeout_ms>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @kosiakmd/artillery-mcpClaude Desktop (Docker)
{
"mcpServers": {
"artillery-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/kosiakmd/artillery-mcp:0.1.7"
],
"env": {
"ARTILLERY_WORKDIR": "<artillery_workdir>",
"ARTILLERY_CLOUD_API_KEY": "<your-artillery_cloud_api_key>",
"ARTILLERY_MCP_CONFIG": "<artillery_mcp_config>",
"ARTILLERY_TIMEOUT_MS": "<artillery_timeout_ms>"
}
}
}
}§02 Environment variables
ARTILLERY_WORKDIRAbsolute path to project root (walk-up from here finds .artillery-mcp.config.json).
ARTILLERY_CLOUD_API_KEYsecret
Artillery Cloud API key. Forwarded to artillery CLI when record=true.
ARTILLERY_MCP_CONFIGAbsolute path to .artillery-mcp.config.json. Enables run_project_lt + counterBreakdown when set.
ARTILLERY_TIMEOUT_MSMax duration of a single artillery command. Default 1800000 (30min).
ARTILLERY_CLOUD_API_KEYsecret
Artillery Cloud API key.
ARTILLERY_MCP_CONFIGPath inside container to config file.
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.