patrickomatik/mcp-bash
A simple model context protocol (MCP) server that allows Claude Desktop or other MCP aware clients to run Bash commands on your local machine.
Platform-specific configuration:
{
"mcpServers": {
"mcp-bash": {
"command": "npx",
"args": [
"-y",
"mcp-bash"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...