mcpbeat Sign in

Artillery MCP Server

local only

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)

Installs per day peak 17 · avg 6 · +86% w/w
a month agotoday
36
Installs / week
npm · @kosiakmd/artillery-mcp
0
Stars
0 open issues
21 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

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.

Runs an external command src/lib/artillery.ts:32
        execSync(`which ${name}`, { stdio: 'ignore' });
Builds a file path from a variable src/tools/run-project-lt.ts:100
          : 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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add artillery-mcp -- npx -y @kosiakmd/artillery-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "artillery-mcp": {
      "args": [
        "-y",
        "@kosiakmd/artillery-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.artillery-mcp]
command = "npx"
args = ["-y", "@kosiakmd/artillery-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "artillery-mcp": {
      "args": [
        "-y",
        "@kosiakmd/artillery-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Artillery MCP

same job, measured the same way
I
BlogCaster MCP
by bamacharanchhandogi

An MCP server for the BlogCaster project.

44 installs/wk 7 tools answering
Tilda MCP
by theyahia

MCP server for Tilda API — projects, pages. 3 tools.

63 installs/wk local only
Deckbase MCP Server
by deckbase

MCP server for Deckbase - exposes docs, template blocks, and project context

23 installs/wk local only
Devops MCP
by neetpatel

An MCP server that provides DevOps and DevSecOps context for the project

123 installs/wk local only
Runrun.it MCP Server
by znetinho

MCP server for Runrun.it: Tasks, Comments, Projects

67 installs/wk local only
MCP FactorialHR
by t4dhg

Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll.

158 installs/wk local only
Gutenberg MCP Server
by cyanheads

MCP server for Project Gutenberg — 75,000+ public-domain ebooks with full plain-text retrieval.

72 installs/wk 4 tools answering
Translator Pro AI MCP
by csoai-org

AI-powered translator pro ai MCP server for agents. Supports translate text, detect language

141 installs/wk local only

Artillery MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Artillery MCP?
Artillery MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @kosiakmd/artillery-mcp was installed 36 times last week.
How do I connect Artillery MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @kosiakmd/artillery-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Artillery MCP?
The npm package @kosiakmd/artillery-mcp was installed 36 times in the last week. Week over week that is +86%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Artillery MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.