mcpbeat Sign in

Legion MCP Server

local only

Legion runs on your own machine — the client starts it, so there is no endpoint to ping. 798 installs a week from npm. Last commit 28 Aug 2026.

MCP-native LLM councils for debates, juries, blind panels, refinement, and custom deliberation.

Installs per day peak 7 · avg 2 · +67% w/w
a month agotoday
798
Installs / week
npm · legion-mcp
1
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
TypeScript

What the code does

We read the source, 13 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.

File ships in the package but is absent from the source [пакет] bin/server.js:1
этот файл ставится пользователю, но в репозитории его нет

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

Alternatives to Legion

same job, measured the same way
C
Relm CRM
by relmcrm

API-first CRM for LLMs - contacts, companies, deals and activities over a native MCP server.

41 tools answering
Camt053 MCP
by sebastienrousseau

MCP server for ISO 20022 camt.053 bank-to-customer statement parsing and reconciliation.

1 436 installs/wk local only
Rubrkit
by rubrkit

MCP-native AI evaluation: rubric audits, eval suites, and proof reports for AI/LLM output.

41 tools answering
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only
OneSource MCP
by onesource

38 tools for blockchain data, live chain queries, and REST API documentation

187 installs/wk local only
Dart
by dartai

AI-native project management for tasks, docs, collaboration, and agents.

answering
RU Books MCP
by books-service

MCP server for Russian books search, details, and recommendation candidates.

8 tools answering
A
Toofi Dental Planning MCP
by toofi

Agent-native dental planning MCP for plan drafts, presentations, and price estimates.

32 tools answering

Legion — questions

Answers built from our own checks of this server.

Why is there no uptime for Legion?
Legion 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 legion-mcp was installed 798 times last week.
How do I connect Legion?
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 legion-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Legion?
The npm package legion-mcp was installed 798 times in the last week. Week over week that is +67%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Legion open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript and 1 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.