Skip to content
Zed

macOS-MCP for Zed

io.github.jeomon/macos-mcp

MCP server for macOS desktop automation via the Accessibility API.

client:Zed transport:stdio runtime:pypi

Install macOS-MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "macos-mcp": {
      "command": "uvx",
      "args": [
        "macos-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

macOS-MCP in other clients