# Google Local [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/johnisanerd/google-local-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/google-local

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "google-local": {
    "url": "https://apify.com/johnvc/google-local-api/api/mcp"
  }
}
```

## Documentation & README

# Google Local MCP Server

> Find local businesses on Google with full details: name, address, phone, hours, ratings, photos. Use with Claude or any MCP client.

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

## Install in Claude Desktop

Add this to your `~/Library/Application Support/Claude/claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "google-local": {
      "url": "https://apify.com/johnvc/google-local-api/api/mcp"
    }
  }
}
```

Restart Claude Desktop. The new tool will be available in your conversations.

## Install in Cursor

Add this to your `.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "google-local": {
      "url": "https://apify.com/johnvc/google-local-api/api/mcp"
    }
  }
}
```

## What it does

This MCP server lets Claude search Google Local for businesses by keyword and location. Returns business name, address, phone, hours, rating, review count, website, and category. Useful for sales prospecting, local SEO research, lead generation, and market analysis.

Example queries to try in Claude:

- "Find all coffee shops within 2 miles of downtown Austin with 4+ star ratings"
- "Get me the contact details for orthodontists in San Francisco"
- "Find boutique law firms in Boston specializing in IP"

## Built by

[johnvc on Apify](https://apify.com/johnvc?fpr=9n7kx3) | [Sign up for a free account here](https://apify.com/?fpr=9n7kx3).

## License

MIT

