Search Apple Maps businesses with Apple ratings and aggregated Yelp + TripAdvisor reviews.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-johnisanerd-apple-maps": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Search Apple Maps businesses with Apple ratings and aggregated Yelp + TripAdvisor reviews.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Apify MCP Server
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
MCP proxy that compresses prose fields (tool descriptions, etc.) using caveman rules. Same accuracy, fewer context tokens.
MCP Security Weekly
Get CVE alerts and security updates for io.github.johnisanerd/apple-maps and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
You'll need an Apify API token. A free Apify account works. Get yours at console.apify.com/account#/integrations.
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.
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.
{
"mcpServers": {
"apple-maps": {
"url": "https://mcp.apify.com/?tools=johnvc/apple-maps-api",
"headers": {
"Authorization": "Bearer <YOUR_APIFY_TOKEN>"
}
}
}
}
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:
johnvc on Apify | Sign up for a free Apify account.
MIT