Apple Maps Server
FreeNot checkedSearch Apple Maps for businesses with Apple ratings and aggregated Yelp and TripAdvisor reviews. Useful for lead generation, restaurant research, and competitiv
About
Search Apple Maps for businesses with Apple ratings and aggregated Yelp and TripAdvisor reviews. Useful for lead generation, restaurant research, and competitive analysis.
README
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.
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:
Option A: OAuth (recommended, no token needed)
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
Installing Apple Maps Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/johnisanerd/apple-maps-mcpFAQ
Is Apple Maps Server MCP free?
Yes, Apple Maps Server MCP is free — one-click install via Unyly at no cost.
Does Apple Maps Server need an API key?
No, Apple Maps Server runs without API keys or environment variables.
Is Apple Maps Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Apple Maps Server in Claude Desktop, Claude Code or Cursor?
Open Apple Maps Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Apple Maps Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
