PluginBench
MCP Server

Apple Maps MCP Server

io.github.johnisanerd/apple-maps

What is the Apple Maps MCP server?

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

How to install Apple Maps

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    secret

    Apify API token in Bearer format. Get one at https://console.apify.com/account#/integrations?fpr=9n7kx3. Optional if your client supports OAuth.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "apple-maps": {
      "url": "https://mcp.apify.com/?tools=johnvc/apple-maps-api"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apple-maps": {
      "serverUrl": "https://mcp.apify.com/?tools=johnvc/apple-maps-api"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "apple-maps": {
      "type": "http",
      "url": "https://mcp.apify.com/?tools=johnvc/apple-maps-api"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "apple-maps": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?tools=johnvc/apple-maps-api"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http apple-maps https://mcp.apify.com/?tools=johnvc/apple-maps-api

Related MCP servers

Find local businesses on Google: name, address, phone, hours, ratings, and photos.

View repository →

Search Google Scholar for academic papers, citations, and author profiles.

View repository →