Skip to content
Zed

Apple Maps for Zed

io.github.jonathanrreed/apple-maps-mcp

Search places, estimate routes, and build Apple Maps links on macOS.

client:Zed transport:stdio runtime:pypi

Install Apple Maps in Zed

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

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

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

Apple Maps in other clients