Artillery MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 21 Apr 2026.
MCP server for Artillery 2.x — full flags, Fargate, raw-text parser, project launcher (MIT)
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
execSync(`which ${name}`, { stdio: 'ignore' });
: path.join(this.projectRoot, this.projectConfig.outputDir)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add artillery-mcp -- npx -y @kosiakmd/artillery-mcp
{
"mcpServers": {
"artillery-mcp": {
"args": [
"-y",
"@kosiakmd/artillery-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.artillery-mcp]
command = "npx"
args = ["-y", "@kosiakmd/artillery-mcp"]
{
"mcpServers": {
"artillery-mcp": {
"args": [
"-y",
"@kosiakmd/artillery-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"artillery-mcp": {
"args": [
"-y",
"@kosiakmd/artillery-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ARTILLERY_WORKDIR (Absolute path to project root (walk-up from here finds .artillery-mcp.config.json).), ARTILLERY_CLOUD_API_KEY (Artillery Cloud API key. Forwarded to artillery CLI when record=true.), ARTILLERY_MCP_CONFIG (Absolute path to .artillery-mcp.config.json. Enables run_project_lt + counterBreakdown when set.), ARTILLERY_TIMEOUT_MS (Max duration of a single artillery command. Default 1800000 (30min).).
The author declared them in the registry entry; get the values from the project itself.
An MCP server for the BlogCaster project.
MCP server for Tilda API — projects, pages. 3 tools.
MCP server for Deckbase - exposes docs, template blocks, and project context
An MCP server that provides DevOps and DevSecOps context for the project
MCP server for Runrun.it: Tasks, Comments, Projects
Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll.
MCP server for Project Gutenberg — 75,000+ public-domain ebooks with full plain-text retrieval.
AI-powered translator pro ai MCP server for agents. Supports translate text, detect language
Answers built from our own checks of this server.