SERVER

Artillery MCP Server

Rank #30764Delisted

io.github.kosiakMD/artillery-mcp

No registry has listed this server since Apr 25, 2026. The historical record below is preserved.

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

First listed
Apr 15, 2026
Last publish date
Apr 15, 2026
OVERVIEW

Artillery MCP Server is a Model Context Protocol (MCP) server published by kosiakMD. It ranks #30764 of 58,900 servers tracked on MCP Toplist. Artillery MCP Server is listed on Official MCP, with 2 tracked versions. It is no longer listed by any tracked registry (last seen Apr 25, 2026); its historical record is preserved here.

STANDING
#30,764of 58,900 tracked servers

Ranks ahead of 28,136 of 58,900 servers on MCP Toplist.

CONNECT

Use Artillery MCP Server

Add Artillery MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

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

Replace each placeholder with your own value before saving.

Docker image
{
  "mcpServers": {
    "artillery-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/kosiakmd/artillery-mcp:0.1.6"
      ],
      "env": {
        "ARTILLERY_CLOUD_API_KEY": "<your ARTILLERY_CLOUD_API_KEY>",
        "ARTILLERY_MCP_CONFIG": "<your ARTILLERY_MCP_CONFIG>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

Docker image
{
  "mcpServers": {
    "artillery-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kosiakmd/artillery-mcp:0.1.6"
      ]
    }
  }
}
REGISTRIES

Listed on 1 registry

ORGANIZATION

kosiakMD

Organization
Total servers
1
Total versions
2
VERSIONS

Available versions (2)

VersionPublished
0.1.7Apr 15, 2026
0.1.6Apr 15, 2026
FAQ

Frequently asked questions

What is Artillery MCP Server?
MCP server for Artillery 2.x — full flags, Fargate, raw-text parser, project launcher (MIT)
Who maintains Artillery MCP Server?
Artillery MCP Server is maintained by kosiakMD, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
Is Artillery MCP Server an official MCP server?
Yes — Artillery MCP Server is listed on the Official MCP Registry.
How many versions does Artillery MCP Server have?
MCP Toplist tracks 2 versions of Artillery MCP Server, most recently published on Apr 15, 2026.
Where can I find the source code for Artillery MCP Server?
The source code for Artillery MCP Server is hosted at github.com/kosiakMD/artillery-mcp.
EXPLORE