Artillery MCP Server
Rank #30716Delistedio.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)
Artillery MCP Server is a Model Context Protocol (MCP) server published by kosiakMD. It ranks #30716 of 58,832 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.
Ranks ahead of 28,116 of 58,832 servers on MCP Toplist.
Use Artillery MCP Server
Add Artillery MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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.
{
"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.
{
"mcpServers": {
"artillery-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kosiakmd/artillery-mcp:0.1.6"
]
}
}
}Listed on 1 registry
kosiakMD
Available versions (2)
| Version | Published |
|---|---|
| 0.1.7 | Apr 15, 2026 |
| 0.1.6 | Apr 15, 2026 |
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.