← Index

Shell Exec

io.github.domdomegg/shell-exec-mcp·v1.1.2·Developer Tools
Quality Score
92
/100

Execute bash commands with background job support.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "shell-exec-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shell-exec-mcp"
      ],
      "env": {
        "MCP_TRANSPORT": "<mcp_transport>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "shell-exec-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shell-exec-mcp"
      ],
      "env": {
        "MCP_TRANSPORT": "<mcp_transport>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y shell-exec-mcp
§02  Environment variables
MCP_TRANSPORT
required

Transport type.

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools