mcpbeat Sign in

cli2mcp MCP Server

by ronieneubauer Your server? Claim it
local only

cli2mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 29 Apr 2026.

Wrap any CLI as a Model Context Protocol server - schema auto-inferred from --help.

Installs per day peak 24 · avg 7 · +34% w/w
a month agotoday
27
Installs / week
npm · cli2mcp
12
Stars
0 open issues
29 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check cli2mcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to cli2mcp

same job, measured the same way
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

44 installs/wk local only
Civicrm MCP
by yogiadhik

Model Context Protocol server for CiviCRM — AuthX-first, schema-introspected, write-gated.

29 installs/wk local only
Fiori MCP Server
by sap

SAP Fiori - Model Context Protocol (MCP) server

63 733 installs/wk local only
MCP All
by antonytm

A Model Context Protocol server to run other MCP servers

60 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
MCP Sitecore Server
by antonytm

A Model Context Protocol server for Sitecore

381 installs/wk local only
Wix
by wix

A Model Context Protocol server for Wix AI tools

answering
MCP Prometheus
by jeanlopezxyz

A Model Context Protocol (MCP) server for Prometheus monitoring

80 installs/wk local only

cli2mcp — questions

Answers built from our own checks of this server.

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