PluginBench
MCP Server

Google Local MCP Server

io.github.johnisanerd/google-local

What is the Google Local MCP server?

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

How to install Google Local

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": {
    "google-local": {
      "url": "https://mcp.apify.com/?tools=johnvc/google-local-api"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "google-local": {
      "serverUrl": "https://mcp.apify.com/?tools=johnvc/google-local-api"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "google-local": {
      "type": "http",
      "url": "https://mcp.apify.com/?tools=johnvc/google-local-api"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "google-local": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?tools=johnvc/google-local-api"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http google-local https://mcp.apify.com/?tools=johnvc/google-local-api

Related MCP servers

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

View repository →

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

View repository →