Odel
Shell Exec

Shell Exec

Local
@domdomegg8TypeScriptUpdated 4 days ago

Execute bash commands with background job support.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmshell-exec-mcpv1.2.0

Run

npx -y shell-exec-mcp

MCP client config

{
  "mcpServers": {
    "shell-exec": {
      "command": "npx",
      "args": [
        "-y",
        "shell-exec-mcp"
      ]
    }
  }
}
npmshell-exec-mcpv1.2.0

Run

npx -y shell-exec-mcp

MCP client config

{
  "mcpServers": {
    "shell-exec": {
      "command": "npx",
      "args": [
        "-y",
        "shell-exec-mcp"
      ]
    }
  }
}