g0t4/mcp-server-commands
Run any command with `run_command` and `run_script` tools.
Quick Start
Clone the repository:
git clone https://github.com/g0t4/mcp-server-commandsClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"g0t4/mcp-server-commands"
]
}
}
}Check the repository README for specific installation and configuration instructions.