1. run_command
Run a command and return STDOUT and STDERR as text with optional stdin parameter.
MCP server that provides a run_command tool for LLMs to execute shell commands, enabling AI assistants to interact with the local system through Claude Desktop and Groq Desktop.
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": ["mcp-server-commands"]
}
}
}