Skip to content
Cline

artillery mcp for Cline

io.github.kosiakmd/artillery-mcp

MCP server for Artillery 2.x — full flags, Fargate, raw-text parser, project launcher (MIT)

client:Cline transport:stdio runtime:npm

Install artillery mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "artillery-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kosiakmd/artillery-mcp"
      ],
      "env": {
        "ARTILLERY_WORKDIR": "<ARTILLERY_WORKDIR>",
        "ARTILLERY_CLOUD_API_KEY": "<ARTILLERY_CLOUD_API_KEY>",
        "ARTILLERY_MCP_CONFIG": "<ARTILLERY_MCP_CONFIG>",
        "ARTILLERY_TIMEOUT_MS": "<ARTILLERY_TIMEOUT_MS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

artillery mcp in other clients