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"]
}
}
}