mcpbeat Sign in

Claude Army MCP Server

by robbhimself-1337 Your server? Claim it
local only

Claude Army runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 6 Mar 2026.

Orchestrate multiple Claude Code agents in parallel from chat

Installs per day peak 22 · avg 6 · -23% w/w
a month agotoday
35
Installs / week
npm · claude-army
1
Stars
0 open issues
6 Mar 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call claude-army.task → src/index.js:314
  const proc = spawn(CLAUDE_BINARY, args, {
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.

  const proc = spawn(CLAUDE_BINARY, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to Claude Army

same job, measured the same way
Nexus MCP
by j7an

Invoke CLI agents (Codex, Claude, OpenCode) as MCP tools with parallel execution

429 installs/wk local only
Tradesearcher
by tradesearcher

Search TradeSearcher strategies and backtests from Claude Code, Cursor, Codex, and other agents.

49 installs/wk local only
Gossipcat
by ataberk-xyz

Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning

184 installs/wk local only
ME-QR MCP Server
by me-qr

Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.

answering
Async Parallel Antigravity for Codex & Claude Code
by varadfromeast

Run parallel, resumable, human-operable Antigravity CLI sessions from any MCP agent harness

133 installs/wk local only
Aichat
by rcgalbo

Inter-agent communication for multi-agent Claude Code workflows.

51 installs/wk local only
Claude Octopus
by xiaolai

Spawn multiple specialized Claude Code agents as MCP servers, each independently configured.

81 installs/wk local only
Getprompts
by sidsaladi9

Search 1,000+ battle-tested AI prompts from getprompts.org into Claude Code, Cursor, ChatGPT.

25 installs/wk local only

Claude Army — questions

Answers built from our own checks of this server.

Why is there no uptime for Claude Army?
Claude Army 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 claude-army was installed 35 times last week.
How do I connect Claude Army?
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 claude-army straight from npm; nothing to host, nothing to sign up for.
How many people use Claude Army?
The npm package claude-army was installed 35 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Claude Army open source?
We cannot say either way: written in JavaScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.