cmd-exec-mcp

YC-CLT/cmd-exec-mcp
★ 0 stars Python Code/Dev Tools Updated today
A simple MCP server for executing commands locally, in sandbox, and remote environments | 简易命令执行 MCP 服务器,支持在本地、沙箱及远程环境中执行命令
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cmd-exec-mcp": {
      "command": "uvx",
      "args": [
        "cmd-exec-mcp"
      ]
    }
  }
}

Or install with pip: pip install cmd-exec-mcp