Bash Command MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 21 May 2026.
Sophisticated bash command MCP server that runs and manages shell execution.
We read the source, 20 h ago · rules 3dff92dd89df
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 child = spawn(command, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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 bash-command-mcp -- npx -y bash-command-mcp
{
"mcpServers": {
"bash-command-mcp": {
"args": [
"-y",
"bash-command-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.bash-command-mcp]
command = "npx"
args = ["-y", "bash-command-mcp"]
{
"mcpServers": {
"bash-command-mcp": {
"args": [
"-y",
"bash-command-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"bash-command-mcp": {
"args": [
"-y",
"bash-command-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
OTEL_ENABLED (Enable or disable OpenTelemetry instrumentation (`true` or `false`).), OTEL_SERVICE_NAME (OpenTelemetry service name override.), OTEL_SERVICE_VERSION (OpenTelemetry service version override.), OTEL_EXPORTER_OTLP_ENDPOINT (OTLP HTTP endpoint for exporting OpenTelemetry traces and metrics (for example `http://localhost:4318`).), OTEL_METRIC_EXPORT_INTERVAL_MS (OpenTelemetry metrics export interval in milliseconds.), BASH_COMMAND_MCP_LOG_DIR (Directory used to store background process stdout/stderr log files.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for SSH remote command execution
MCP server for executing shell commands on remote hosts via SSH.
SSH tunnel and remote server management MCP — execute commands, transfer files, manage
MCP Server for software testing, test case management, test execution, and defect tracking.
SSH-based MCP server for remote command execution and file transfer. Credentials stay local.
An MCP server that provides access to Testiny projects, test cases and test runs
MCP server for running Proctor exams against MCP servers with exam execution and result management.
An MCP server to run arbitrary commands
Answers built from our own checks of this server.