Skip to content
Claude Desktop

Apple Maps for Claude Desktop

io.github.johnisanerd/apple-maps

Search Apple Maps businesses with Apple ratings and aggregated Yelp + TripAdvisor reviews.

client:Claude Desktop transport:streamable-http

Install Apple Maps in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "apple-maps": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?tools=johnvc/apple-maps-api"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Apple Maps in other clients