{
  "markdown": "# Apple Maps MCP Server\n\n> Search Apple Maps businesses with Apple ratings and aggregated Yelp + TripAdvisor reviews.\n\nThis is a remote MCP server that lets Claude, Cursor, ChatGPT, or any MCP client query Apple Maps directly as a tool call.\n\n## Setup\n\nYou'll need an Apify API token. A free Apify account works. Get yours at [console.apify.com/account#/integrations](https://console.apify.com/account#/integrations?fpr=9n7kx3).\n\n## Install in Claude Desktop\n\nClaude Desktop currently requires a stdio bridge for remote MCP servers. Add this to your `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"apple-maps\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://mcp.apify.com/?tools=johnvc/apple-maps-api\",\n        \"--header\",\n        \"Authorization: Bearer <YOUR_APIFY_TOKEN>\"\n      ]\n    }\n  }\n}\n```\n\nReplace `<YOUR_APIFY_TOKEN>` with your token. Restart Claude Desktop.\n\n## Install in Cursor\n\nCursor supports remote MCP servers natively. Two ways to connect:\n\n### Option A: OAuth (recommended, no token needed)\n\nAdd this to your `.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"apple-maps\": {\n      \"url\": \"https://mcp.apify.com/?tools=johnvc/apple-maps-api\"\n    }\n  }\n}\n```\n\nThe first connection opens a browser to sign in to Apify.\n\n### Option B: Bearer token\n\n```json\n{\n  \"mcpServers\": {\n    \"apple-maps\": {\n      \"url\": \"https://mcp.apify.com/?tools=johnvc/apple-maps-api\",\n      \"headers\": {\n        \"Authorization\": \"Bearer <YOUR_APIFY_TOKEN>\"\n      }\n    }\n  }\n}\n```\n\n## What it does\n\nThis MCP server lets Claude search Apple Maps for businesses. Apple Maps has unique data not available on Google Maps, including Apple's proprietary percentage-based ratings and aggregated reviews from Yelp and TripAdvisor in one place. Useful for B2B lead generation targeting iOS-heavy customer bases, restaurant and hospitality research, and competitive analysis where cross-platform review signals matter.\n\nExample queries to try in Claude:\n\n- \"Find Italian restaurants in Brooklyn with high Apple Maps ratings\"\n- \"Get me all hotels near Times Square with their aggregated review scores\"\n- \"Find tech startups in San Francisco with offices in Apple Maps\"\n\n## Built by\n\n[johnvc on Apify](https://apify.com/johnvc?fpr=9n7kx3) | [Sign up for a free Apify account](https://apify.com/?fpr=9n7kx3).\n\n## License\n\nMIT\n",
  "bytes": 2397,
  "sha": "84a9597bdffda9357442e08253f8a3979d73ced96f241d5db8474a0c23b42696",
  "repo_slug": "johnisanerd/apple-maps-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_johnisanerd_apple_maps_6b7f81b2/readme"
}