cli2mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 29 Apr 2026.
Wrap any CLI as a Model Context Protocol server - schema auto-inferred from --help.
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 cli2mcp -- npx -y cli2mcp
{
"mcpServers": {
"cli2mcp": {
"args": [
"-y",
"cli2mcp"
],
"command": "npx"
}
}
}
[mcp_servers.cli2mcp]
command = "npx"
args = ["-y", "cli2mcp"]
{
"mcpServers": {
"cli2mcp": {
"args": [
"-y",
"cli2mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"cli2mcp": {
"args": [
"-y",
"cli2mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.