streamable-httpMITupdated 1mo ago
Find local businesses on Google with full details: name, address, phone, hours, ratings, photos. Use with Claude or any MCP client.
What can you do with Google Local?
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.
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
Install
Add Google Local to your client. Pick the one you use.
claude mcp add --transport http google-local https://mcp.apify.com/?tools=johnvc/google-local-apicodex mcp add google-local --url https://mcp.apify.com/?tools=johnvc/google-local-api{
"mcpServers": {
"google-local": {
"url": "https://mcp.apify.com/?tools=johnvc/google-local-api"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"google-local": {
"type": "http",
"url": "https://mcp.apify.com/?tools=johnvc/google-local-api"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"google-local": {
"url": "https://mcp.apify.com/?tools=johnvc/google-local-api"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"google-local": {
"serverUrl": "https://mcp.apify.com/?tools=johnvc/google-local-api"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation15/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 37 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | May 19, 2026 |