A server implementation to execute system commands and scripts via CLI interface
Description:
A server implementation to execute system commands and scripts via CLI interface
Category: System Utilities & Command Execution
Overview:
run_command
: Executes single commands and returns STDOUT/STDERRrun_script
: Runs scripts passed through STDINInstallation:
npx mcp-server-commands
Configuration:
Add to Claude Desktop config file:
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": ["mcp-server-commands"],
"env": {
"VERBOSE": "true" // Optional for detailed logging
}
}
}
}
Key Features:
Important Notes:
~/Library/Logs/Claude/mcp-server-mcp-server-commands.log