MCP Server Commands runs on your own machine — the client starts it, so there is no endpoint to ping. 392 installs a week from npm. Last commit 1 Jul 2026.
An MCP server to run arbitrary commands
We read the source, 21 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.
'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABfCAYAAACgCTpnAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAS6ADAAQAAAABAAAAXwAAAAARa1b5AAAaTElEQVR4AeVcB7iUxbme3T2FKl1BlKZgFDWo2JCiPCpgohQBsRB7iTwmJrZriD0RSACDBb3Gq6i5sWCEq6K…
const statA = fs.statSync(path.join(logDir, a));
this.logger = logger.spawn(this.constructor.name);
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
'process.env.UI_TARS_APP_PRIVATE_KEY_BASE64': JSON.stringify(
process.env.UI_TARS_APP_PRIVATE_KEY_BASE64,
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 mcp-server-commands -- npx -y @agent-infra/mcp-server-commands
{
"mcpServers": {
"mcp-server-commands": {
"args": [
"-y",
"@agent-infra/mcp-server-commands"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server-commands]
command = "npx"
args = ["-y", "@agent-infra/mcp-server-commands"]
{
"mcpServers": {
"mcp-server-commands": {
"args": [
"-y",
"@agent-infra/mcp-server-commands"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-server-commands": {
"args": [
"-y",
"@agent-infra/mcp-server-commands"
],
"command": "npx"
}
}
}
Control ParaView through arbitrary Python code
An MCP server to query Hydrolix
A Model Context Protocol server to run other MCP servers
MCP server for dbatools — exposes SQL Server management commands as MCP tools
ComPDF remote MCP server
A command line tool for setting up PayPal MCP server
MCP server for Runrun.it: Tasks, Comments, Projects
MCP server for SSH remote command execution
Answers built from our own checks of this server.