Skip to content
Zed

contactsmcp for Zed

io.github.aernouddekker/contactsmcp

MCP server for macOS Contacts.app — contact management via AppleScript

client:Zed transport:stdio runtime:npm

Install contactsmcp in Zed

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

{
  "context_servers": {
    "contactsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aernoud/contactsmcp"
      ]
    }
  }
}

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

contactsmcp in other clients