Skip to main content
Glama
johnisanerd

Google Local MCP Server

by johnisanerd

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:

{
  "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.

Related MCP server: Yelp Fusion MCP Server

Install in Cursor

Add this to your .cursor/mcp.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 | Sign up for a free account here.

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnisanerd/google-local-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server