macOS-Control-MCP-Server-

mrunalparmar-111/macOS-Control-MCP-Server-
★ 0 stars Python 💻 Code/Dev Tools Updated 2d ago
MCP server giving Claude direct macOS control — shell execution, file I/O, Docker, git status via Model Context Protocol
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "macos-control-mcp-se": {
      "command": "uvx",
      "args": [
        "macos-control-mcp-server-"
      ]
    }
  }
}

Or install with pip: pip install macos-control-mcp-server-