Commands
Freeby MCP Community
An MCP server to run arbitrary commands
v0.8.2Added Apr 12, 2026
Commands MCP Server
An MCP server to run arbitrary commands
Installation
npx -y mcp-server-commands
Reviews
Installation
Quick install
npx -y mcp-server-commands
Add to claude_desktop_config.json
{
"mcpServers": {
"commands": {
"command": "npx",
"args": ["-y", "mcp-server-commands"]
}
}
}