Skip to content
Grok

artillery mcp for Grok

io.github.kosiakmd/artillery-mcp

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

client:Grok transport:stdio runtime:npm

Install artillery mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "artillery-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

artillery mcp in other clients