Skip to main content
Glama
johnisanerd

Apple Maps MCP Server

by johnisanerd

Apple Maps MCP Server

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

This is a remote MCP server that lets Claude, Cursor, ChatGPT, or any MCP client query Apple Maps directly as a tool call.

Setup

You'll need an Apify API token. A free Apify account works. Get yours at console.apify.com/account#/integrations.

Related MCP server: Yelp Fusion MCP Server

Install in Claude Desktop

Claude Desktop currently requires a stdio bridge for remote MCP servers. Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "apple-maps": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.apify.com/?tools=johnvc/apple-maps-api",
        "--header",
        "Authorization: Bearer <YOUR_APIFY_TOKEN>"
      ]
    }
  }
}

Replace <YOUR_APIFY_TOKEN> with your token. Restart Claude Desktop.

Install in Cursor

Cursor supports remote MCP servers natively. Two ways to connect:

Add this to your .cursor/mcp.json:

{
  "mcpServers": {
    "apple-maps": {
      "url": "https://mcp.apify.com/?tools=johnvc/apple-maps-api"
    }
  }
}

The first connection opens a browser to sign in to Apify.

Option B: Bearer token

{
  "mcpServers": {
    "apple-maps": {
      "url": "https://mcp.apify.com/?tools=johnvc/apple-maps-api",
      "headers": {
        "Authorization": "Bearer <YOUR_APIFY_TOKEN>"
      }
    }
  }
}

What it does

This 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.

Example queries to try in Claude:

  • "Find Italian restaurants in Brooklyn with high Apple Maps ratings"

  • "Get me all hotels near Times Square with their aggregated review scores"

  • "Find tech startups in San Francisco with offices in Apple Maps"

Built by

johnvc on Apify | Sign up for a free Apify account.

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables access to Google Maps business data including search, reviews, photos, and geocoding. Supports searching businesses by location, area, or coordinates, retrieving detailed business information, reviews, and performing reverse geocoding operations.
    Last updated
    13
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Provides access to Yelp's business database for searching local businesses, retrieving detailed ratings and reviews, and performing market research through business counts. It enables users to look up businesses by location, category, or phone number using the Yelp Fusion API.
    Last updated
    1
  • F
    license
    -
    quality
    -
    maintenance
    Search for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IP
    Last updated
  • A
    license
    A
    quality
    D
    maintenance
    Search for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IP
    Last updated
    6
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Live Google Maps business search, review, and photo data for AI agents over MCP.

  • Outscraper MCP business discovery, Maps intelligence, enrichment, reviews, and contact data.

  • Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnisanerd/apple-maps-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server