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.
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
安装
把 Google Local 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档15/25
- 维护16/25
- 可信度13/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年5月19日 |